summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge branch 'mm/config-pathname-tilde-expand' into maintJunio C Hamano2009-12-035-37/+69
|\ \ \ \ \
| * | | | | Documentation: avoid xmlto input errorJunio C Hamano2009-11-211-3/+3
| * | | | | expand_user_path: expand ~ to $HOME, not to the actual homedir.Matthieu Moy2009-11-192-8/+14
| * | | | | Expand ~ and ~user in core.excludesfile, commit.templateMatthieu Moy2009-11-175-37/+63
| |/ / / /
* | | | | Merge branch 'bc/grep-i-F' into maintJunio C Hamano2009-12-034-6/+27
|\ \ \ \ \
| * | | | | grep: Allow case insensitive search of fixed-stringsBrian Collins2009-11-164-6/+27
| |/ / / /
* | | | | Merge branch 'jk/maint-break-rename-reduce-memory' into maintJunio C Hamano2009-12-032-3/+10
|\ \ \ \ \
| * | | | | diffcore-rename: reduce memory footprint by freeing blob data earlyJunio C Hamano2009-11-201-2/+5
| * | | | | diffcore-break: save cnt_data for other phasesJeff King2009-11-161-3/+3
| * | | | | diffcore-break: free filespec data as we goJeff King2009-11-161-0/+4
| |/ / / /
* | | | | Merge branch 'rj/maint-simplify-cygwin-makefile' into maintJunio C Hamano2009-12-031-4/+2
|\ \ \ \ \
| * | | | | Makefile: merge two Cygwin configuration sections into oneRamsay Jones2009-11-081-4/+2
| |/ / / /
* | | | | Merge branch 'rg/doc-workflow' into maintJunio C Hamano2009-12-031-0/+115
|\ \ \ \ \
| * | | | | Add branch management for releases to gitworkflowsRaman Gupta2009-11-201-0/+115
| |/ / / /
* | | | | Merge branch 'np/maint-sideband-favor-status' into maintJunio C Hamano2009-12-032-23/+23
|\ \ \ \ \
| * | | | | give priority to progress messagesNicolas Pitre2009-11-132-23/+23
* | | | | | Documentation: xmlto 0.0.18 does not know --stringparamJunio C Hamano2009-12-031-0/+7
* | | | | | Git 1.6.5.4v1.6.5.4Junio C Hamano2009-12-032-2/+3
* | | | | | Unconditionally set man.base.url.for.relative.linksJunio C Hamano2009-12-031-2/+5
* | | | | | Documentation/Makefile: allow man.base.url.for.relative.link to be set from MakeJunio C Hamano2009-12-031-0/+4
* | | | | | Prepare for 1.6.5.4Junio C Hamano2009-12-022-1/+33
| |_|_|_|/ |/| | | |
* | | | | merge: do not add standard message when message is given with -m optionJunio C Hamano2009-12-022-11/+10
* | | | | Do not misidentify "git merge foo HEAD" as an old-style invocationJunio C Hamano2009-12-021-1/+1
* | | | | help: Do not unnecessarily look for a repositoryDavid Aguilar2009-12-011-3/+3
* | | | | Documentation: Fix a few i.e./e.g. mix-upsMichael J Gruber2009-12-012-2/+2
* | | | | Documentation: Document --branch option in git clone synopsisDavid Soria Parra2009-11-301-1/+1
* | | | | builtin-apply.c: pay attention to -p<n> when determining the nameJunio C Hamano2009-11-262-2/+20
* | | | | pack-objects: split implications of --all-progress from progress activationNicolas Pitre2009-11-234-5/+20
* | | | | instaweb: restart server if already runningStephen Boyd2009-11-231-0/+5
* | | | | prune-packed: only show progress when stderr is a ttyJeff King2009-11-231-1/+1
* | | | | Documentation: undocument gc'd function graph_release()Greg Price2009-11-192-6/+0
* | | | | Git 1.6.5.3v1.6.5.3Junio C Hamano2009-11-164-3/+67
* | | | | Merge branch 'bs/maint-pre-commit-hook-sample' into maintJunio C Hamano2009-11-161-9/+9
|\ \ \ \ \
| * | | | | pre-commit.sample: Diff against the empty tree when HEAD is invalidBjörn Steinbrink2009-11-061-9/+9
| | |/ / / | |/| | |
* | | | | Merge branch 'jk/maint-add-p-empty' into maintJunio C Hamano2009-11-162-5/+30
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | add-interactive: handle deletion of empty filesJeff King2009-10-272-5/+30
| |/ / /
* | | | Merge branch 'js/maint-diff-color-words' into maintJunio C Hamano2009-11-162-8/+32
|\ \ \ \
| * | | | diff --color-words: bit of clean-upJunio C Hamano2009-10-311-14/+12
| * | | | diff --color-words -U0: fix the location of hunk headersJohannes Schindelin2009-10-302-1/+7
| * | | | t4034-diff-words: add a test for word diff without contextMarkus Heidelberg2009-10-301-0/+20
| |/ / /
* | | | Merge branch 'tz/maint-rpm' into maintJunio C Hamano2009-11-151-1/+4
|\ \ \ \
| * | | | Makefile: Ensure rpm packages can be read by older rpm versionsTodd Zullinger2009-11-141-1/+4
| |/ / /
* | | | Merge branch 'jk/maint-format-patch-p-suppress-stat' into maintJunio C Hamano2009-11-152-2/+28
|\ \ \ \
| * | | | format-patch: make "-p" suppress diffstatJeff King2009-11-082-2/+28
| |/ / /
* | | | Merge branch 'pb/maint-gitweb-blob-lineno' into maintJunio C Hamano2009-11-151-1/+2
|\ \ \ \
| * | | | gitweb: Fix blob linenr links in pathinfo modePetr Baudis2009-11-061-1/+2
| |/ / /
* | | | Merge branch 'jk/maint-1.6.3-ls-files-i' into maintJunio C Hamano2009-11-153-2/+20
|\ \ \ \
| * | | | ls-files: unbreak "ls-files -i"Jeff King2009-10-303-2/+20
* | | | | Merge branch 'vl/maint-openssl-signature-change' into maintJunio C Hamano2009-11-151-0/+4
|\ \ \ \ \
| * | | | | imap-send.c: fix compiler warnings for OpenSSL 1.0Vietor Liu2009-10-311-0/+4