Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | git-gui: Fix Blame Parent & Context for working copy lines. | Alexander Gavrilov | 2008-09-12 | 2 | -3/+29 | |
* | | | | | | | | | | | | | Merge branch 'maint' | Shawn O. Pearce | 2008-09-25 | 7 | -6/+49 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Update release notes for 1.6.0.3 | Shawn O. Pearce | 2008-09-25 | 1 | -1/+17 | |
| * | | | | | | | | | | | | checkout: Do not show local changes when in quiet mode | Jonas Fonseca | 2008-09-25 | 1 | -1/+1 | |
| * | | | | | | | | | | | | for-each-ref: Fix --format=%(subject) for log message without newlines | Johan Herland | 2008-09-24 | 1 | -2/+2 | |
| * | | | | | | | | | | | | git-stash.sh: don't default to refs/stash if invalid ref supplied | Brandon Casey | 2008-09-24 | 1 | -2/+15 | |
| * | | | | | | | | | | | | maint: check return of split_cmdline to avoid bad config strings | Deskin Miller | 2008-09-24 | 3 | -0/+14 | |
* | | | | | | | | | | | | | Fix submodule sync with relative submodule URLs | Johan Herland | 2008-09-25 | 1 | -0/+8 | |
* | | | | | | | | | | | | | graph.c: make many functions static | Nanako Shiraishi | 2008-09-25 | 2 | -54/+43 | |
* | | | | | | | | | | | | | remote.c: make free_ref(), parse_push_refspec() and free_refspecs() static. | Nanako Shiraishi | 2008-09-25 | 2 | -5/+3 | |
* | | | | | | | | | | | | | git-web--browse: Support for using /bin/start on MinGW | Petr Baudis | 2008-09-24 | 2 | -2/+7 | |
* | | | | | | | | | | | | | Fixed some grammatical errors in git-rebase.txt documentation. | Garry Dolley | 2008-09-24 | 1 | -4/+4 | |
* | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-09-23 | 5 | -15/+17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | builtin-prune.c: prune temporary packs in <object_dir>/pack directory | Brandon Casey | 2008-09-23 | 1 | -10/+12 | |
| * | | | | | | | | | | | | Do not perform cross-directory renames when creating packs | Petr Baudis | 2008-09-22 | 4 | -5/+5 | |
* | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-09-22 | 2 | -12/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Use dashless git commands in setgitperms.perl | Todd Zullinger | 2008-09-22 | 1 | -2/+2 | |
| * | | | | | | | | | | | | git-remote: do not use user input in a printf format string | Johannes Sixt | 2008-09-22 | 1 | -10/+8 | |
* | | | | | | | | | | | | | git-svn: do a partial rebuild if rev_map is out-of-date | Deskin Miller | 2008-09-21 | 2 | -6/+20 | |
* | | | | | | | | | | | | | git-svn: testcase for partial rebuild | Deskin Miler | 2008-09-21 | 1 | -0/+59 | |
* | | | | | | | | | | | | | Merge branch 'db/maint-checkout-b' | Junio C Hamano | 2008-09-21 | 2 | -0/+22 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Check early that a new branch is new and valid | Daniel Barkalow | 2008-09-21 | 2 | -0/+22 | |
| |/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | t5510: test "git fetch" following tags minimally | Junio C Hamano | 2008-09-21 | 1 | -0/+20 | |
* | | | | | | | | | | | | | Update draft release notes to 1.6.1 | Junio C Hamano | 2008-09-20 | 1 | -1/+21 | |
* | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-09-19 | 8 | -39/+56 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Start draft release notes for 1.6.0.3 | Junio C Hamano | 2008-09-19 | 2 | -1/+30 | |
| * | | | | | | | | | | | | git-repack uses --no-repack-object, not --no-repack-delta. | Mikael Magnusson | 2008-09-19 | 2 | -2/+2 | |
| * | | | | | | | | | | | | Typo "bogos" in format-patch error message. | Mikael Magnusson | 2008-09-19 | 1 | -1/+1 | |
| * | | | | | | | | | | | | builtin-clone: fix typo | Fabrizio Chiarello | 2008-09-19 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Bust the ghost of long-defunct diffcore-pathspec. | Yann Dirson | 2008-09-19 | 2 | -34/+22 | |
| * | | | | | | | | | | | | completion: git commit should list --interactive | Eric Raible | 2008-09-19 | 1 | -1/+1 | |
* | | | | | | | | | | | | | bash: use for-each-ref format 'refname:short' | SZEDER Gábor | 2008-09-19 | 1 | -20/+6 | |
* | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-09-18 | 12 | -39/+327 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Merge branch 'dp/maint-rebase-fix' into maint | Junio C Hamano | 2008-09-18 | 1 | -3/+11 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jc/maint-checkout-keep-remove' into maint | Junio C Hamano | 2008-09-18 | 5 | -2/+24 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jc/maint-diff-quiet' into maint | Junio C Hamano | 2008-09-18 | 1 | -11/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jc/maint-name-hash-clear' into maint | Junio C Hamano | 2008-09-18 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jc/maint-template-permbits' into maint | Junio C Hamano | 2008-09-18 | 1 | -5/+7 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'mh/maint-honor-no-ssl-verify' into maint | Junio C Hamano | 2008-09-18 | 1 | -1/+10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | sha1_file: link() returns -1 on failure, not errno | Thomas Rast | 2008-09-18 | 1 | -1/+3 | |
| * | | | | | | | | | | | | | | | | | | Make git archive respect core.autocrlf when creating zip format archives | Charles Bailey | 2008-09-18 | 2 | -1/+3 | |
| * | | | | | | | | | | | | | | | | | | Add new test to demonstrate git archive core.autocrlf inconsistency | Charles Bailey | 2008-09-18 | 1 | -0/+46 | |
| * | | | | | | | | | | | | | | | | | | gitweb: avoid warnings for commits without body | Joey Hess | 2008-09-18 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | Clarified gitattributes documentation regarding custom hunk header. | Garry Dolley | 2008-09-18 | 1 | -9/+9 | |
| * | | | | | | | | | | | | | | | | | | git-svn: fix handling of even funkier branch names | Eric Wong | 2008-09-18 | 2 | -0/+17 | |
| * | | | | | | | | | | | | | | | | | | git-svn: Always create a new RA when calling do_switch for svn:// | Alec Berryman | 2008-09-18 | 3 | -13/+235 | |
| * | | | | | | | | | | | | | | | | | | git-svn: factor out svnserve test code for later use | Alec Berryman | 2008-09-18 | 2 | -13/+18 | |
| * | | | | | | | | | | | | | | | | | | diff/diff-files: do not use --cc too aggressively | Junio C Hamano | 2008-09-18 | 2 | -2/+13 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | Merge branch 'jc/diff-prefix' | Junio C Hamano | 2008-09-18 | 7 | -8/+70 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | diff: vary default prefix depending on what are compared | Junio C Hamano | 2008-08-30 | 7 | -8/+70 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | |