Skip to content
Tags give the ability to mark specific points in history as being important
This project is mirrored from https://github.com/git/git.git. Pull mirroring updated .
  • v1.4.4
    e267c2f6 · GIT 1.4.4 ·
    GIT 1.4.4
    
  • v1.4.4-rc2
    a74e60a0 · GIT 1.4.4-rc2 ·
    GIT 1.4.4-rc2
    
  • v1.4.3.5
    GIT 1.4.3.5
    
  • v1.4.4-rc1
    baf0bfcb · GIT 1.4.3-rc1 ·
    GIT 1.4.4-rc1
    
  • v1.4.3.4
    GIT 1.4.3.4
    
    Among many minor fixes and documentation updates, this contains these
    fixes:
    
     - revision traversal now treats --unpacked as commit filter,
       not traversal limiter.  If you have unpacked commits that are
       parents of packed ones which are in turn parents of commits
       that are unpacked, running rev-list starting at the latest
       unpacked commits used to _stop_ at the first packed commit
       and older unpacked commits were not shown.  With this update,
       the traversal does not stop at packed commits, and shows the
       older unpacked commits.  The updated semantics is easier to
       use with git-repack --unpacked.
    
     - In a repository configured for shared access, if the
       permission bits of existing directories are misconfigured
       (e.g. running repository commands as root by mistake), a
       codepath to create a new object failed with incorrect error
       message.  Fixed.
    
     - An earlier fix to cope with traditional-style patches that
       were generated with --unified=0 broke handling of creation
       and deletion diffs in git-apply.  Fixed.
    
    Andy Parkins (2):
          Minor grammar fixes for git-diff-index.txt
          git-clone documentation didn't mention --origin as equivalent of -o
    
    Christian Couder (3):
          Remove --syslog in git-daemon inetd documentation examples.
          Documentation: add upload-archive service to git-daemon.
          Documentation: add git in /etc/services.
    
    Edgar Toernig (1):
          Use memmove instead of memcpy for overlapping areas
    
    J. Bruce Fields (1):
          Documentation: updates to "Everyday GIT"
    
    Jakub Narebski (3):
          diff-format.txt: Combined diff format documentation supplement
          diff-format.txt: Correct information about pathnames quoting in patch format
          gitweb: Check git base URLs before generating URL from it
    
    Jan Harkes (1):
          Continue traversal when rev-list --unpacked finds a packed commit.
    
    Johannes Schindelin (1):
          link_temp_to_file: call adjust_shared_perm() only when we created the directory
    
    Junio C Hamano (9):
          Documentation: clarify refname disambiguation rules.
          combine-diff: a few more finishing touches.
          combine-diff: fix hunk_comment_line logic.
          combine-diff: honour --no-commit-id
          Surround "#define DEBUG 0" with "#ifndef DEBUG..#endif"
          quote.c: ensure the same quoting across platforms.
          revision traversal: --unpacked does not limit commit list anymore.
          link_temp_to_file: don't leave the path truncated on adjust_shared_perm failure
          apply: handle "traditional" creation/deletion diff correctly.
    
    Nicolas Pitre (1):
          pack-objects doesn't create random pack names
    
    Rene Scharfe (1):
          git-cherry: document limit and add diagram
    
    Shawn O. Pearce (3):
          Use ULONG_MAX rather than implicit cast of -1.
          Remove SIMPLE_PROGRAMS and make git-daemon a normal program.
          Remove unsupported C99 style struct initializers in git-archive.
    
  • v1.4.3.3
    GIT 1.4.3.3
    
  • v1.4.3.2
    GIT 1.4.3.2
    
    This is primarily to fix two major issues discovered post 1.4.3.1
    release.
    
     - The pager change to default to LESS=FRS exposed problem with less
       that switches to alternate screen, shows its output and then switches
       back immediately from the alternate screen afterwards -- which means
       the user would not have a chance to see _anything_.
    
     - Older upload-pack protocol clients did not pass host= and recent
       git-daemon change to support virtual hosting did not handle this
       correctly (although it attempted to do so, the check was borked).
    
    Alexandre Julliard (1):
          prune-packed: Fix uninitialized variable.
    
    J. Bruce Fields (1):
          Make prune also run prune-packed
    
    Jakub Narebski (2):
          gitweb: Whitespace cleanup - tabs are for indent, spaces are for align (2)
          gitweb: Do not esc_html $basedir argument to git_print_tree_entry
    
    Jim Meyering (2):
          git-clone: honor --quiet
          xdiff/xemit.c (xdl_find_func): Elide trailing white space in a context header.
    
    Junio C Hamano (2):
          pager: default to LESS=FRSX not LESS=FRS
          daemon: do not die on older clients.
    
    Karl Hasselström (1):
          git-vc: better installation instructions
    
    Lars Hjemli (1):
          Fix usagestring for git-branch
    
    Petr Baudis (1):
          gitweb: Fix setting $/ in parse_commit()
    
    Rene Scharfe (1):
          git-merge: show usage if run without arguments
    
    Santi Béjar (1):
          Documentation for the [remote] config
    
  • v1.4.3.1
    0b92f1a9 · Fix typo in show-index.c ·
    GIT 1.4.3.1
    
    This is primarily to work around changes in the recent GNU diff output
    format.  Also it contains irritation fix for "git diff" which now
    paginates its output by default.
    
  • v1.4.3
    GIT 1.4.3
    
  • v1.4.2.4
    GIT 1.4.2.4
    
    This is to fix performance bug of xdiff on 64-bit architectures.
    
  • v1.4.3-rc3
    0a246571 · Merge branch 'jc/http' ·
    GIT 1.4.3-rc3
    
  • v1.4.3-rc2
    GIT 1.4.3-rc2
    
    Getting closer...
    
  • v1.4.2.3
    GIT 1.4.2.3
    
    To push out two fixes while we are in slow-down for 1.4.3
    
  • v1.4.3-rc1
    1965efb1 · GIT 1.4.3-rc1 ·
    GIT 1.4.3-rc1
    
  • v1.4.2.2
    82ca5055 · git-diff -B output fix. ·
    GIT 1.4.2.2
    
    Fixes since 1.4.2.1
    
     - "git-am --skip" did not work without its stdin connected to tty.
    
     - "git-diff -B" produced complete-rewrite diff without usual a/ and b/
       prefix by mistake.
    
  • v1.4.2.1
    GIT 1.4.2.1
    
    Minor fixes since 1.4.2, including git-mv and git-http with alternates.
    
  • v1.4.2
    01aaf1f8 · GIT 1.4.2 ·
    GIT 1.4.2
    
  • v1.4.2-rc4
    GIT 1.4.2-rc4
    
    It's been a week since -rc3, so here it is.  The changes are
    really small fixes and nothing else.  Let's hope I can tag the
    real 1.4.2 this weekend.
    
  • v1.4.2-rc3
    5a716826 · GIT 1.4.2-rc3 ·
    GIT 1.4.2-rc3
    
  • v1.4.2-rc2
    GIT 1.4.2-rc2