summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mailmap: xcalloc mailmap_infoml/mailmapMarc-André Lureau2011-11-161-3/+2
* Add map_user() and clear_mailmap() to mailmapMarius Storm-Olsen2009-02-083-51/+236
* Add find_insert_index, insert_at_index and clear_func functions to string_listMarius Storm-Olsen2009-02-082-4/+48
* Add mailmap.file as configurational option for mailmap locationMarius Storm-Olsen2009-02-0810-7/+147
* Merge branch 'jc/fsck' (early part)Junio C Hamano2009-02-042-14/+51
|\
| * fsck: check loose objects from alternate object stores by defaultJunio C Hamano2009-01-302-9/+24
| * fsck: HEAD is part of refsJunio C Hamano2009-01-302-5/+27
* | git-bundle doc: update examplesNanako Shiraishi2009-02-041-48/+84
* | Replace deprecated dashed git commands in usageAlexander Potashev2009-02-0410-11/+11
* | git-show-branch doc: show -g as synonym to --reflog in the listjidanni@jidanni.org2009-02-041-2/+2
* | contrib git-resurrect: find traces of a branch name and resurrect itThomas Rast2009-02-041-0/+180
* | Merge branch 'maint'Junio C Hamano2009-02-043-9/+17
|\ \
| * | urls.txt: document optional port specification in git URLSStefan Naewe2009-02-041-4/+4
| * | Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-02-042-5/+13
| |\ \
| | * | builtin-mv.c: check for unversionned files before looking at the destination.Matthieu Moy2009-02-042-5/+5
| | * | Add a testcase for "git mv -f" on untracked files.Matthieu Moy2009-02-041-0/+8
| | * | Missing && in t/t7001.sh.Matthieu Moy2009-02-041-1/+1
* | | | Merge branch 'wp/add-patch-find'Junio C Hamano2009-02-041-22/+64
|\ \ \ \
| * | | | add -p: trap Ctrl-D in 'goto' modeThomas Rast2009-02-041-0/+3
| * | | | add -p: change prompt separator for 'g'Thomas Rast2009-02-041-1/+1
| * | | | In add --patch, Handle K,k,J,j slightly more gracefully.William Pursell2009-02-011-15/+28
| * | | | Add / command in add --patchWilliam Pursell2009-02-011-1/+27
| * | | | git-add -i/-p: Change prompt separater from slash to commaWilliam Pursell2009-02-011-7/+7
* | | | | Merge branch 'ns/am-slacker'Junio C Hamano2009-02-043-2/+69
|\ \ \ \ \
| * | | | | git-am: Add --ignore-date optionNanako Shiraishi2009-01-253-1/+37
| * | | | | am: Add --committer-date-is-author-date optionJunio C Hamano2009-01-252-1/+32
* | | | | | Merge branch 'maint'Junio C Hamano2009-02-045-3/+4
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-02-035-4/+4
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | User-manual: "git stash <comment>" form is long goneWilliam Pursell2009-02-031-1/+1
| | * | | | add test-dump-cache-tree in MakefileGuanqun Lu2009-02-032-1/+1
| | * | | | fix typo in DocumentationGuanqun Lu2009-02-031-1/+1
| | * | | | apply: fix access to an uninitialized mode variable, found by valgrindJohannes Schindelin2009-02-031-1/+1
* | | | | | bash: offer to show (un)staged changesThomas Rast2009-02-031-2/+24
* | | | | | tests: fix test_commit() for case insensitive filesystemsJunio C Hamano2009-02-031-1/+1
* | | | | | t3412: further simplify setting of GIT_EDITORJunio C Hamano2009-02-031-4/+0
* | | | | | Merge branch 'maint'Junio C Hamano2009-02-031-0/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-02-031-0/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | grep: pass -I (ignore binary) down to external grepJunio C Hamano2009-02-021-0/+2
* | | | | | Merge branch 'jc/maint-add-u-remove-conflicted'Junio C Hamano2009-02-032-1/+69
|\ \ \ \ \ \
| * | | | | | add -u: do not fail to resolve a path as deletedJunio C Hamano2009-01-282-1/+69
* | | | | | | Merge branch 'jk/maint-cleanup-after-exec-failure'Junio C Hamano2009-02-033-10/+30
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | git: use run_command() to execute dashed externalsJeff King2009-01-281-4/+13
| * | | | | | run_command(): help callers distinguish errorsJeff King2009-01-281-0/+1
| * | | | | | run_command(): handle missing command errors more gracefullyJeff King2009-01-281-4/+14
| * | | | | | git: s/run_command/run_builtin/Jeff King2009-01-281-2/+2
| |/ / / / /
* | | | | | t3412: use log|name-rev instead of log --graphThomas Rast2009-02-011-26/+39
* | | | | | gitweb: Update README that gitweb works better with PATH_INFOJakub Narebski2009-02-011-6/+4
* | | | | | mailinfo: cleanup extra spaces for complex 'From:'Kirill Smelkov2009-02-014-8/+19
* | | | | | Merge branch 'ks/maint-mailinfo-folded'Junio C Hamano2009-01-3122-10/+229
|\ \ \ \ \ \
| * | | | | | mailinfo: tests for RFC2047 examplesKirill Smelkov2009-01-2814-0/+100