Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | git-blame shouldn't crash if run in an unmerged tree | Linus Torvalds | 2007-10-18 | 2 | -0/+75 | |
| * | | | | git-config: print error message if the config file cannot be read | Gerrit Pape | 2007-10-18 | 1 | -1/+4 | |
| * | | | | fixing output of non-fast-forward output of post-receive-email | Robert Schiele | 2007-10-18 | 1 | -1/+1 | |
* | | | | | Teach core.autocrlf to 'git blame' | Marius Storm-Olsen | 2007-10-18 | 1 | -0/+1 | |
* | | | | | Merge branch 'lt/diff-rename' | Shawn O. Pearce | 2007-10-18 | 1 | -24/+30 | |
|\ \ \ \ \ | ||||||
| * | | | | | optimize diffcore-delta by sorting hash entries. | Linus Torvalds | 2007-10-04 | 1 | -24/+30 | |
* | | | | | | Add a message explaining that automatic GC is about to start | koreth@midwinter.com | 2007-10-18 | 1 | -0/+4 | |
* | | | | | | git-svn: simplify the handling of fatal errors | Benoit Sigoure | 2007-10-17 | 1 | -21/+21 | |
* | | | | | | git-svn: add git svn proplist | Benoit Sigoure | 2007-10-17 | 2 | -1/+38 | |
* | | | | | | git-svn: add git svn propget | Benoit Sigoure | 2007-10-17 | 2 | -0/+80 | |
* | | | | | | git-svn: implement git svn create-ignore | Benoit Sigoure | 2007-10-17 | 2 | -3/+52 | |
* | | | | | | git-svn: add a generic tree traversal to fetch SVN properties | Benoit Sigoure | 2007-10-17 | 1 | -20/+45 | |
* | | | | | | gitweb: speed up project listing on large work trees by limiting find depth | Luke Lu | 2007-10-17 | 3 | -0/+13 | |
* | | | | | | Merge branch 'maint' | Shawn O. Pearce | 2007-10-16 | 8 | -9/+60 | |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| * | | | | | Document additional 1.5.3.5 fixes in release notes | Shawn O. Pearce | 2007-10-16 | 1 | -0/+15 | |
| * | | | | | Avoid 'expr index' on Mac OS X as it isn't supported | Shawn O. Pearce | 2007-10-16 | 1 | -2/+1 | |
| * | | | | | filter-branch: update current branch when rewritten | Johannes Schindelin | 2007-10-16 | 2 | -1/+18 | |
| * | | | | | fix filter-branch documentation | Johannes Schindelin | 2007-10-16 | 1 | -2/+1 | |
| * | | | | | helpful error message when send-pack finds no refs in common. | Andrew Clausen | 2007-10-16 | 1 | -1/+2 | |
| * | | | | | Fix setup_git_directory_gently() with relative GIT_DIR & GIT_WORK_TREE | Johannes Schindelin | 2007-10-16 | 2 | -1/+21 | |
| * | | | | | Correct typos in release notes for 1.5.3.5 | Shawn O. Pearce | 2007-10-16 | 1 | -2/+2 | |
* | | | | | | git-cvsexportcommit.perl: git-apply no longer needs --binary | Michael Witten | 2007-10-16 | 1 | -2/+2 | |
* | | | | | | git-svn: use "no warnings 'once'" to disable false-positives | Eygene Ryabinkin | 2007-10-16 | 1 | -44/+43 | |
* | | | | | | cvsexportcommit: get rid of temporary directory | Johannes Schindelin | 2007-10-16 | 1 | -5/+0 | |
* | | | | | | git-rebase: document suppression of duplicate commits | Jeff King | 2007-10-16 | 1 | -1/+24 | |
* | | | | | | Documentation/git-tag.txt: Document how to backdate tags | Michael Olson | 2007-10-16 | 1 | -0/+21 | |
* | | | | | | git-rebase--interactive.sh: Quote arguments to test | Michael W. Olson | 2007-10-16 | 1 | -1/+1 | |
* | | | | | | Merge branch 'maint' | Shawn O. Pearce | 2007-10-15 | 12 | -38/+82 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Whip post 1.5.3.4 maintenance series into shape. | Shawn O. Pearce | 2007-10-15 | 2 | -1/+26 | |
| * | | | | | rebase -i: use diff plumbing instead of porcelain | Johannes Schindelin | 2007-10-15 | 1 | -2/+2 | |
| * | | | | | Do not remove distributed configure script | Mathias Megyei | 2007-10-15 | 1 | -1/+4 | |
| * | | | | | git-archive: document --exec | Michele Ballabio | 2007-10-15 | 1 | -1/+6 | |
| * | | | | | git-reflog: document --verbose | Michele Ballabio | 2007-10-15 | 1 | -1/+4 | |
| * | | | | | git-config: handle --file option with relative pathname properly | Gerrit Pape | 2007-10-15 | 1 | -2/+7 | |
| * | | | | | clear_commit_marks(): avoid deep recursion | Johannes Schindelin | 2007-10-15 | 1 | -9/+14 | |
| * | | | | | git add -i: Remove unused variables | Jean-Luc Herren | 2007-10-15 | 1 | -10/+6 | |
| * | | | | | git add -i: Fix parsing of abbreviated hunk headers | Jean-Luc Herren | 2007-10-15 | 1 | -6/+5 | |
| * | | | | | git-config: don't silently ignore options after --list | Frank Lichtenheld | 2007-10-15 | 1 | -1/+4 | |
| * | | | | | Clean up "git log" format with DIFF_FORMAT_NO_OUTPUT | Linus Torvalds | 2007-10-15 | 3 | -3/+3 | |
| * | | | | | Fix embarrassing "git log --follow" bug | Linus Torvalds | 2007-10-15 | 1 | -2/+2 | |
| |/ / / / | ||||||
* | | | | | Minor usage update in setgitperms.perl | Josh England | 2007-10-15 | 1 | -3/+4 | |
* | | | | | manual: use 'URL' instead of 'url'. | Ralf Wildenhues | 2007-10-15 | 1 | -4/+4 | |
* | | | | | manual: add some markup. | Ralf Wildenhues | 2007-10-15 | 2 | -6/+6 | |
* | | | | | manual: Fix example finding commits referencing given content. | Ralf Wildenhues | 2007-10-15 | 1 | -1/+1 | |
* | | | | | Fix wording in push definition. | Ralf Wildenhues | 2007-10-15 | 1 | -2/+2 | |
* | | | | | Fix some typos, punctuation, missing words, minor markup. | Ralf Wildenhues | 2007-10-15 | 10 | -26/+27 | |
* | | | | | manual: Fix or remove em dashes. | Ralf Wildenhues | 2007-10-15 | 1 | -10/+10 | |
* | | | | | Add a --dry-run option to git-push. | Brian Ewins | 2007-10-15 | 3 | -3/+22 | |
* | | | | | Add a --dry-run option to git-send-pack. | Brian Ewins | 2007-10-15 | 2 | -13/+23 | |
* | | | | | Fix in-place editing functions in convert.c | Pierre Habouzit | 2007-10-15 | 1 | -7/+10 |