Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce for_each_recent_reflog_ent(). | Junio C Hamano | 2009-01-19 | 3 | -2/+24 |
* | interpret_nth_last_branch(): plug small memleak | Junio C Hamano | 2009-01-19 | 1 | -3/+7 |
* | Fix reflog parsing for a malformed branch switching entry | Junio C Hamano | 2009-01-19 | 1 | -1/+1 |
* | Fix parsing of @{-1}@{1} | Johannes Schindelin | 2009-01-19 | 2 | -2/+25 |
* | interpret_nth_last_branch(): avoid traversing the reflog twice | Junio C Hamano | 2009-01-19 | 2 | -24/+65 |
* | checkout: implement "-" abbreviation, add docs and tests | Thomas Rast | 2009-01-17 | 3 | -0/+57 |
* | sha1_name: support @{-N} syntax in get_sha1() | Thomas Rast | 2009-01-17 | 3 | -3/+87 |
* | sha1_name: tweak @{-N} lookup | Thomas Rast | 2009-01-17 | 2 | -25/+32 |
* | checkout: implement "@{-N}" shortcut name for N-th last branch | Junio C Hamano | 2009-01-17 | 3 | -2/+87 |
* | Merge branch 'maint' | Junio C Hamano | 2009-01-15 | 2 | -0/+34 |
|\ | |||||
| * | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 2009-01-15 | 2 | -0/+34 |
| |\ | |||||
| | * | t3404: Add test case for auto-amending only edited commits after "edit" | Stephan Beyer | 2009-01-15 | 1 | -0/+17 |
| | * | t3404: Add test case for aborted --continue after "edit" | Stephan Beyer | 2009-01-15 | 1 | -0/+15 |
| | * | t3501: check that commits are actually done | Stephan Beyer | 2009-01-15 | 1 | -0/+2 |
* | | | bash-completion: Add comments to remind about required arguments | Ted Pavlic | 2009-01-15 | 1 | -0/+15 |
* | | | bash-completion: Try bash completions before simple filetype | Ted Pavlic | 2009-01-15 | 1 | -3/+6 |
* | | | bash-completion: Support running when set -u is enabled | Ted Pavlic | 2009-01-15 | 1 | -9/+9 |
* | | | Merge branch 'maint' | Junio C Hamano | 2009-01-14 | 4 | -2/+49 |
|\ \ \ | |/ / | |||||
| * | | Update draft release notes to 1.6.1.1 | Junio C Hamano | 2009-01-14 | 1 | -2/+23 |
| * | | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 2009-01-14 | 2 | -0/+26 |
| |\ \ | | |/ | |||||
| | * | fix handling of multiple untracked files for git mv -k | Michael J Gruber | 2009-01-14 | 2 | -1/+2 |
| | * | add test cases for "git mv -k" | Michael J Gruber | 2009-01-14 | 1 | -0/+25 |
| * | | Make t3411 executable | Miklos Vajna | 2009-01-14 | 1 | -0/+0 |
* | | | Update 1.6.2 draft release notes | Junio C Hamano | 2009-01-13 | 1 | -1/+38 |
* | | | Merge branch 'maint' | Junio C Hamano | 2009-01-13 | 2 | -5/+6 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 2009-01-13 | 2 | -5/+6 |
| |\ \ | | |/ | |||||
| | * | fast-import: Cleanup mode setting. | Felipe Contreras | 2009-01-13 | 1 | -3/+4 |
| | * | Git.pm: call Error::Simple() properly | Jay Soffian | 2009-01-13 | 1 | -2/+2 |
* | | | Merge branch 'nd/grep-assume-unchanged' | Junio C Hamano | 2009-01-13 | 2 | -2/+20 |
|\ \ \ | |||||
| * | | | grep: grep cache entries if they are "assume unchanged" | Nguyễn Thái Ngọc Duy | 2008-12-27 | 2 | -1/+13 |
| * | | | grep: support --no-ext-grep to test builtin grep | Nguyễn Thái Ngọc Duy | 2008-12-27 | 1 | -1/+7 |
* | | | | Merge branch 'as/maint-shortlog-cleanup' | Junio C Hamano | 2009-01-13 | 1 | -16/+3 |
|\ \ \ \ | |||||
| * | | | | builtin-shortlog.c: use string_list_append(), and don't strdup unnecessarily | Adeodato Simó | 2009-01-01 | 1 | -16/+3 |
| |/ / / | |||||
* | | | | Merge branch 'jc/maint-ls-tree' | Junio C Hamano | 2009-01-13 | 2 | -2/+13 |
|\ \ \ \ | |||||
| * | | | | Document git-ls-tree --full-tree | Nanako Shiraishi | 2009-01-01 | 2 | -2/+8 |
| * | | | | ls-tree: add --full-tree option | Junio C Hamano | 2008-12-26 | 1 | -0/+5 |
| |/ / / | |||||
* | | | | Merge branch 'js/bundle-tags' | Junio C Hamano | 2009-01-13 | 2 | -0/+65 |
|\ \ \ \ | |||||
| * | | | | bundle: allow rev-list options to exclude annotated tags | Johannes Schindelin | 2009-01-05 | 2 | -0/+65 |
* | | | | | Merge branch 'js/add-not-submodule' | Junio C Hamano | 2009-01-13 | 2 | -0/+53 |
|\ \ \ \ \ | |||||
| * | | | | | git add: do not add files from a submodule | Johannes Schindelin | 2009-01-05 | 2 | -0/+53 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'pb/maint-git-pm-false-dir' | Junio C Hamano | 2009-01-13 | 1 | -3/+4 |
|\ \ \ \ \ | |||||
| * | | | | | Git.pm: correctly handle directory name that evaluates to "false" | Philippe Bruhat (BooK) | 2009-01-01 | 1 | -3/+4 |
* | | | | | | Merge branch 'pj/maint-ldflags' | Junio C Hamano | 2009-01-13 | 1 | -2/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | configure clobbers LDFLAGS | Paul Jarc | 2009-01-05 | 1 | -2/+2 |
* | | | | | | | Merge branch 'fe/cvsserver' | Junio C Hamano | 2009-01-13 | 2 | -4/+20 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | cvsserver: change generation of CVS author names | Fabian Emmes | 2009-01-05 | 1 | -3/+9 |
| * | | | | | | | cvsserver: add option to configure commit message | Fabian Emmes | 2009-01-03 | 2 | -1/+11 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'js/maint-bisect-gitk' | Junio C Hamano | 2009-01-13 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | bisect view: call gitk if Cygwin's SESSIONNAME variable is set | Johannes Schindelin | 2009-01-03 | 1 | -1/+1 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'np/no-loosen-prune-expire-now' | Junio C Hamano | 2009-01-13 | 2 | -3/+9 |
|\ \ \ \ \ \ \ |