summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | git-gui: fix a typo in lib/commit.tclMichele Ballabio2007-11-221-1/+1
* | | | | Merge branch 'mw/cvsserver'Junio C Hamano2007-12-061-7/+26
|\ \ \ \ \
| * | | | | git-cvsserver runs hooks/post-updateJunio C Hamano2007-12-051-0/+6
| * | | | | git-cvsserver runs hooks/post-receiveMichael Witten2007-12-051-7/+20
* | | | | | Merge branch 'kh/fetch-optparse'Junio C Hamano2007-12-061-77/+46
|\ \ \ \ \ \
| * | | | | | Rewrite builtin-fetch option parsing to use parse_options().Kristian Høgsberg2007-12-041-77/+46
| |/ / / / /
* | | | | | Merge branch 'jc/git-log-doc'Junio C Hamano2007-12-064-161/+168
|\ \ \ \ \ \
| * | | | | | Include diff options in the git-log manpageMiklos Vajna2007-12-054-161/+168
| |/ / / / /
* | | | | | Merge branch 'jc/addi-color'Junio C Hamano2007-12-0610-27/+218
|\ \ \ \ \ \
| * | | | | | config --get-colorbool: diff.color is a deprecated synonym to color.diffJunio C Hamano2007-12-051-2/+16
| * | | | | | Color support for "git-add -i"Junio C Hamano2007-12-053-20/+146
| * | | | | | git config --get-colorboolJunio C Hamano2007-12-057-7/+58
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'jc/docmake-perl'Junio C Hamano2007-12-061-3/+6
|\ \ \ \ \ \
| * | | | | | Run the specified perl in Documentation/Junio C Hamano2007-12-031-3/+6
* | | | | | | Merge branch 'jc/clean-fix'Junio C Hamano2007-12-062-21/+45
|\ \ \ \ \ \ \
| * | | | | | | t7300: add test for clean with wildcard pathspecJeff King2007-12-051-0/+14
| * | | | | | | git-clean: Honor pathspec.Junio C Hamano2007-12-051-21/+31
| | |/ / / / / | |/| | | | |
* | | | | | | autoconf: Add test for OLD_ICONV (squelching compiler warning)Jakub Narebski2007-12-062-0/+23
* | | | | | | Silence iconv warnings on LeopardWincent Colaiuta2007-12-061-1/+3
* | | | | | | Merge branch 'maint'Junio C Hamano2007-12-062-2/+2
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Change from using email.com to example.com as example domain, as per RFC 2606.David Symonds2007-12-062-2/+2
* | | | | | | git-status documentation: mention subdirectory behaviourJunio C Hamano2007-12-061-0/+4
* | | | | | | do not discard status in fetch_refs_via_pack()Junio C Hamano2007-12-061-1/+1
* | | | | | | for-each-ref: Fix quoting style constants.Johannes Sixt2007-12-062-3/+42
* | | | | | | hg-to-git: handle an empty dir in hg.Junio C Hamano2007-12-061-1/+1
| |/ / / / / |/| | | | |
* | | | | | Documentation: color.* = true means "auto"Junio C Hamano2007-12-051-7/+7
* | | | | | Merge branch 'maint'Junio C Hamano2007-12-054-13/+86
|\ \ \ \ \ \ | |/ / / / /
| * | | | | git-am -i: report rewritten titleJunio C Hamano2007-12-051-0/+5
| * | | | | git grep shows the same hit repeatedly for unmerged pathsJunio C Hamano2007-12-051-6/+6
| * | | | | Merge branch 'nd/maint-work-tree-fix' into maintJunio C Hamano2007-12-052-7/+75
| |\ \ \ \ \
| | * | | | | Do check_repository_format() early (re-fix)Nguyễn Thái Ngọc Duy2007-12-052-12/+72
| | * | | | | Do check_repository_format() earlyNguyễn Thái Ngọc Duy2007-11-301-3/+10
| | * | | | | Add missing inside_work_tree setting in setup_git_directory_gentlyNguyễn Thái Ngọc Duy2007-11-031-0/+1
* | | | | | | Revert "git-am: catch missing author date early."Junio C Hamano2007-12-051-2/+2
* | | | | | | git config: Don't rely on regexec() returning 1 on non-matchBjörn Steinbrink2007-12-051-2/+1
* | | | | | | Documentation: add --patch option to synopsis of git-addMatthias Kestenholz2007-12-051-1/+1
| |_|_|/ / / |/| | | | |
* | | | | | Set OLD_ICONV on Cygwin.Pascal Obry2007-12-041-0/+1
* | | | | | t5510: add a bit more tests for fetchJunio C Hamano2007-12-041-0/+42
* | | | | | Merge branch 'wc/add-i'Junio C Hamano2007-12-045-46/+242
|\ \ \ \ \ \
| * | | | | | git-add -i: add help text for list-and-choose UIWincent Colaiuta2007-12-031-1/+30
| * | | | | | add -i: allow prefix highlighting for "Add untracked" as well.Wincent Colaiuta2007-12-021-17/+30
| * | | | | | Highlight keyboard shortcuts in git-add--interactiveWincent Colaiuta2007-11-301-5/+82
| * | | | | | Document all help keys in "git add -i" patch mode.Ralf Wildenhues2007-11-282-0/+3
| * | | | | | Add "--patch" option to git-add--interactiveWincent Colaiuta2007-11-253-19/+65
| * | | | | | add -i: Fix running from a subdirectoryJunio C Hamano2007-11-253-6/+22
| * | | | | | builtin-add: fix command line building to call interactiveJunio C Hamano2007-11-251-2/+3
| * | | | | | Merge branch 'kh/commit' into wc/add-iJunio C Hamano2007-11-2531-111/+1255
| |\ \ \ \ \ \
| * | | | | | | git-add -i: allow multiple selection in patch subcommandJunio C Hamano2007-11-221-7/+7
| * | | | | | | Add path-limiting to git-add--interactiveWincent Colaiuta2007-11-221-3/+11
| * | | | | | | Teach builtin-add to pass multiple paths to git-add--interactiveWincent Colaiuta2007-11-222-11/+14