summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* builtin-blame: Fix blame -C -C with submodules.Alexander Gavrilov2008-10-051-0/+2
* bash: remove fetch, push, pull dashed form leftoversSZEDER Gábor2008-10-051-27/+9
* gitweb: Add path_info tests to t/t9500-gitweb-standalone-no-errors.shJakub Narebski2008-10-021-0/+49
* gitweb: Fix two 'uninitialized value' warnings in git_tree()Jakub Narebski2008-10-021-1/+2
* Solaris: Use OLD_ICONV to avoid compile warningsDavid Soria Parra2008-10-021-0/+1
* gitweb: remove PATH_INFO from $my_url and $my_uriGiuseppe Bilotta2008-10-021-0/+7
* Improve git-log documentation wrt file filtersmartin f. krafft2008-10-011-3/+6
* Documentation: remove '\' in front of short optionsSZEDER Gábor2008-10-012-6/+6
* git-svn: call 'fatal' correctly in set-treeLuc Heinrich2008-09-301-1/+1
* Replace svn.foo.org with svn.example.com in git-svn docs (RFC 2606)Michael Prokop2008-09-301-4/+4
* t0024: add executable permissionSZEDER Gábor2008-09-301-0/+0
* Merge branch 'bc/maint-diff-hunk-header-fix' into maintShawn O. Pearce2008-09-295-49/+72
|\
| * t4018-diff-funcname: test syntax of builtin xfuncname patternsBrandon Casey2008-09-221-0/+11
| * diff hunk pattern: fix misconverted "\{" tex macro introducersJunio C Hamano2008-09-201-2/+2
| * diff: use extended regexp to find hunk headersJunio C Hamano2008-09-191-14/+17
| * diff.*.xfuncname which uses "extended" regex's for hunk header selectionBrandon Casey2008-09-183-3/+8
| * diff.c: associate a flag with each pattern and use it for compiling regexBrandon Casey2008-09-183-12/+15
| * diff.c: return pattern entry pointer rather than just the hunk header patternBrandon Casey2008-09-181-27/+28
* | Merge branch 'mg/maint-remote-fix' into maintShawn O. Pearce2008-09-291-8/+15
|\ \
| * | make "git remote" report multiple URLsMichael J Gruber2008-09-221-8/+15
| |/
* | Clarify commit error message for unmerged filesRafael Garcia-Suarez2008-09-291-1/+1
* | Use strchrnul() instead of strchr() plus manual workaroundJohan Herland2008-09-291-3/+1
* | Use remove_path from dir.c instead of own implementationAlex Riesen2008-09-293-49/+5
* | Add remove_path: a function to remove as much as possible of a pathAlex Riesen2008-09-292-0/+23
* | git-submodule: Fix "Unable to checkout" for the initial 'update'Ping Yin2008-09-291-2/+7
* | Clarify how the user can satisfy stash's 'dirty state' check.Stephen Haberman2008-09-291-1/+1
* | Remove empty directories in recursive mergeAlex Riesen2008-09-262-3/+12
* | Documentation: clarify the details of overriding LESS via core.pagerChris Frey2008-09-261-2/+11
* | Update release notes for 1.6.0.3Shawn O. Pearce2008-09-251-1/+17
* | checkout: Do not show local changes when in quiet modeJonas Fonseca2008-09-251-1/+1
* | for-each-ref: Fix --format=%(subject) for log message without newlinesJohan Herland2008-09-241-2/+2
* | git-stash.sh: don't default to refs/stash if invalid ref suppliedBrandon Casey2008-09-241-2/+15
* | maint: check return of split_cmdline to avoid bad config stringsDeskin Miller2008-09-243-0/+14
* | builtin-prune.c: prune temporary packs in <object_dir>/pack directoryBrandon Casey2008-09-231-10/+12
* | Do not perform cross-directory renames when creating packsPetr Baudis2008-09-224-5/+5
* | Use dashless git commands in setgitperms.perlTodd Zullinger2008-09-221-2/+2
* | git-remote: do not use user input in a printf format stringJohannes Sixt2008-09-221-10/+8
* | Start draft release notes for 1.6.0.3Junio C Hamano2008-09-192-1/+30
* | git-repack uses --no-repack-object, not --no-repack-delta.Mikael Magnusson2008-09-192-2/+2
* | Typo "bogos" in format-patch error message.Mikael Magnusson2008-09-191-1/+1
* | builtin-clone: fix typoFabrizio Chiarello2008-09-191-1/+1
* | Bust the ghost of long-defunct diffcore-pathspec.Yann Dirson2008-09-192-34/+22
* | completion: git commit should list --interactiveEric Raible2008-09-191-1/+1
* | Merge branch 'dp/maint-rebase-fix' into maintJunio C Hamano2008-09-181-3/+11
|\ \
| * | git-rebase--interactive: auto amend only edited commitDmitry Potapov2008-09-091-1/+5
| * | git-rebase-interactive: do not squash commits on abortDmitry Potapov2008-09-091-2/+6
* | | Merge branch 'jc/maint-checkout-keep-remove' into maintJunio C Hamano2008-09-185-2/+24
|\ \ \
| * | | checkout: do not lose staged removalJunio C Hamano2008-09-095-2/+24
| |/ /
* | | Merge branch 'jc/maint-diff-quiet' into maintJunio C Hamano2008-09-181-11/+1
|\ \ \
| * | | diff --quiet: make it synonym to --exit-code >/dev/nullJunio C Hamano2008-09-061-10/+0