summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-12-19GIT 1.5.4-rc1v1.5.4-rc1Junio C Hamano3-10/+21
2007-12-19Catch and handle git-commit failures in git-rebase --interactiveShawn O. Pearce1-8/+9
2007-12-19Avoid update hook during git-rebase --interactiveShawn O. Pearce1-2/+2
2007-12-19Improved submodule merge supportFinn Arne Gangstad1-1/+8
2007-12-19Fix interactive rebase to preserve author email addressSean1-1/+1
2007-12-19make 'git describe --all --contains' workNicolas Pitre1-6/+8
2007-12-19Fix git-instaweb breakage on MacOS X due to the limited sed functionalityCharles Bailey2-6/+10
2007-12-19test "git clone -o"Jeff King1-0/+22
2007-12-19clone: fix options '-o' and '--origin' to be recognised againMarco Roeland1-1/+1
2007-12-19git show <tag>: show the taggerJohannes Schindelin1-7/+31
2007-12-19git-svn: avoid warning when run without argumentsEric Wong1-2/+2
2007-12-19git-svn: workaround a for broken symlinks in SVNEric Wong1-3/+9
2007-12-19git-svn: avoid leaving leftover committer/author info in rebaseEric Wong1-11/+39
2007-12-18fix style of a few comments in diff-delta.cNicolas Pitre1-24/+24
2007-12-18git-filter-branch.sh: more portable tr usage: use \012, not \n.Jim Meyering1-1/+1
2007-12-18filter-branch: Remove broken and unnecessary summary of rewritten refs.Johannes Sixt1-5/+0
2007-12-18Fix some documentation typos.Ralf Wildenhues6-10/+10
2007-12-18builtin-blame.c: remove unneeded memclr()Junio C Hamano1-1/+0
2007-12-18unpack-trees: FLEX_ARRAY fixLinus Torvalds1-1/+1
2007-12-17Fix segfault in diff-delta.c when FLEX_ARRAY is 1Pierre Habouzit1-1/+1
2007-12-17Merge branch 'maint'Junio C Hamano2-6/+11
2007-12-17rebase -p -i: handle "no changes" gracefullyJohannes Schindelin2-1/+12
2007-12-17Document diff.external and mergetool.<tool>.pathJohannes Schindelin1-0/+11
2007-12-17Support config variable diff.externalJohannes Schindelin1-0/+7
2007-12-17Clean up documentation that references deprecated 'git peek-remote'.Johannes Sixt4-8/+5
2007-12-17Clarify error response from 'git fetch' for bad responsesSam Vilain1-1/+1
2007-12-17the use of 'tr' in the test suite isn't really portableH.Merijn Brand11-18/+18
2007-12-17Plug a resource leak in threaded pack-objects code.Johannes Sixt1-2/+2
2007-12-17git-send-email: avoid duplicate message-idsJeff King1-1/+5
2007-12-17clone: correctly report http_fetch errorsJeff King1-5/+6
2007-12-16Documentation/git-submodule: refer to gitmodules(5)Junio C Hamano1-1/+2
2007-12-16threaded pack-objects: Use condition variables for thread communication.Johannes Sixt1-50/+79
2007-12-16builtin-commit: make summary output consistent with statusJunio C Hamano1-0/+3
2007-12-16builtin-commit: fix summary output.Junio C Hamano1-0/+1
2007-12-16builtin-apply: stronger indent-with-on-tab fixingJ. Bruce Fields1-2/+1
2007-12-16builtin-apply: minor cleanup of whitespace detectionJ. Bruce Fields1-4/+4
2007-12-16Re-re-re-fix common tail optimizationJunio C Hamano2-1/+70
2007-12-16whitespace: fix config.txt description of indent-with-non-tabJ. Bruce Fields1-1/+1
2007-12-16whitespace: more accurate initial-indent highlightingJ. Bruce Fields1-8/+16
2007-12-16whitespace: fix initial-indent checkingJ. Bruce Fields2-6/+19
2007-12-16whitespace: minor cleanupJ. Bruce Fields1-12/+9
2007-12-16whitespace: reorganize initial-indent checkJ. Bruce Fields1-8/+7
2007-12-16whitespace: fix off-by-one error in non-space-in-indent checkingJ. Bruce Fields2-3/+3
2007-12-16rename git-browse--help to git-help--browseJeff King5-5/+5
2007-12-16Fix a memory leak李鸿1-0/+3
2007-12-16gitweb: Make config_to_multi return [] instead of [undef]Petr Baudis2-1/+26
2007-12-16gitweb: Teach "a=blob" action to be more lenient about blob/file mime typeJakub Narebski1-11/+11
2007-12-16gitweb: disambiguate heads and tags withs the same nameJakub Narebski1-6/+8
2007-12-16teach bash completion to treat commands with "--" as a helperJeff King1-2/+1
2007-12-16trim_common_tail: brown paper bag fix.Jeff King1-5/+4
2007-12-14Update draft release notes for 1.5.4Junio C Hamano1-1/+10
2007-12-14Start preparing the API documents.Junio C Hamano27-5/+675
2007-12-14Retire git-runstatus for real.Junio C Hamano4-108/+1
2007-12-14Rename git-browse-help helper to git-browse--helpJunio C Hamano5-9/+8
2007-12-14git-help: add "help.format" config variable.Christian Couder4-12/+100
2007-12-14Merge branch 'wc/diff'Junio C Hamano12-192/+396
2007-12-14Move fetch_ref from http-push.c and http-walker.c to http.cMike Hommey4-163/+89
2007-12-14Fix various memory leaks in http-push.c and http-walker.cMike Hommey2-28/+45
2007-12-14Use strbuf in http codeMike Hommey5-201/+108
2007-12-14Avoid redundant declaration of missing_target()Mike Hommey3-26/+13
2007-12-14Remove a CURLOPT_HTTPHEADER (un)settingMike Hommey1-1/+0
2007-12-14Remove the default_headers variable from http-push.cMike Hommey1-7/+0
2007-12-14Fix random sha1 in error message in http-fetch and http-pushMike Hommey2-4/+6
2007-12-14Fix some more memory leaks in http-push.cMike Hommey1-2/+11
2007-12-14Test interaction between diff --check and --exit-codeWincent Colaiuta1-0/+29
2007-12-14Use shorter error messages for whitespace problemsWincent Colaiuta2-4/+4
2007-12-14Use a strbuf for building up section header and key/value pair strings.Kristian Høgsberg1-53/+38
2007-12-14fast-import: fix unalinged allocation and accessDavid S. Miller1-5/+5
2007-12-14remote: Fix bogus make_branch() call in configuration reader.Junio C Hamano1-1/+1
2007-12-14commit: allow --amend to reuse message from another commitJunio C Hamano2-1/+18
2007-12-14git-svn: handle our top-level path being deleted and later re-addedEric Wong2-0/+53
2007-12-14cvsexportcommit: fix massive commitsJeff King1-14/+23
2007-12-14Documentation: describe pack idx v2linux@horizon.com1-33/+61
2007-12-14xdiff tail trimming: use correct type.Junio C Hamano1-3/+2
2007-12-13Add tests for "git diff --check" with core.whitespace optionsWincent Colaiuta1-20/+70
2007-12-13Make "diff --check" output match "git apply"Wincent Colaiuta2-4/+3
2007-12-13Unify whitespace checkingWincent Colaiuta5-164/+139
2007-12-13diff --check: minor fixupsJunio C Hamano7-28/+26
2007-12-13"diff --check" should affect exit statusWincent Colaiuta8-18/+171
2007-12-13xdi_diff: trim common trailing linesJunio C Hamano1-1/+33
2007-12-13xdl_diff: identify call sites.Junio C Hamano8-10/+16
2007-12-13provide advance warning of some future pack default changesNicolas Pitre1-0/+11
2007-12-13git-svn: unlink internal index files after operationsEric Wong1-0/+3
2007-12-13git-svn: expand handling of From: and Signed-off-by:Andy Whitcroft1-4/+13
2007-12-13Fix spelling mistakes in user manualShawn Bohrer1-3/+3
2007-12-12git-commit: squelch needless message during an empty mergeJunio C Hamano3-4/+8
2007-12-12GIT 1.5.4-rc0v1.5.4-rc0Junio C Hamano2-2/+17
2007-12-12Merge branch 'cc/help'Junio C Hamano12-57/+340
2007-12-12RPM spec: Adjust htmldirJunio C Hamano1-4/+8
2007-12-12git-help -w: do not require to be in git repositoryJunio C Hamano2-24/+34
2007-12-12Merge branch 'jc/shortlog-e'Junio C Hamano6-22/+37
2007-12-12Merge branch 'ew/svn-rev-db'Junio C Hamano3-107/+258
2007-12-12Merge branch 'jc/merge-recursive-gitlink'Junio C Hamano2-4/+10
2007-12-12Merge branch 'jk/svn-color'Junio C Hamano5-37/+18
2007-12-12git.spec.in: remove python_pathJunio C Hamano1-3/+0
2007-12-12Documentation: rename git.texi to user-manual.texiJunio C Hamano1-3/+3
2007-12-12disable t9119 for now.Junio C Hamano1-0/+2
2007-12-12Fix "diff --check" whitespace detectionWincent Colaiuta2-3/+19
2007-12-12git-diff --numstat -z: make it machine readableJunio C Hamano2-32/+129
2007-12-12Documentation: minor grammar fix for "git apply"Wincent Colaiuta1-1/+1
2007-12-12Use "whitespace" consistentlyWincent Colaiuta3-10/+9
2007-12-12Fix XML parser leaks in http-pushMike Hommey1-6/+9
2007-12-12Fix small memory leaks induced by diff_tree_setup_pathsMike Hommey3-1/+6
2007-12-12Fix git-fast-export for zero-sized blobsAlex Riesen1-1/+1
2007-12-12Fix clone not to ignore depth when performing a local cloneCharles Bailey1-1/+4
2007-12-11shortlog: default to HEAD when the standard input is a ttyJunio C Hamano5-19/+19
2007-12-11blame: drop blob data after passing blame to the parentJunio C Hamano1-2/+15
2007-12-11git-clone: print an error message when trying to clone empty repoJeff King1-1/+2
2007-12-11Invert numbers and names in the git-shortlog summary mode.Pierre Habouzit1-1/+1
2007-12-11shortlog: document -e optionJeff King1-2/+5
2007-12-11git.el: Added a menu for git-status-mode.Alexandre Julliard1-1/+42
2007-12-11Fix a typo in checkout.sh and cleanup one-line help messagesJohannes Sixt1-4/+4
2007-12-11git-svn: get color config from --get-colorboolJeff King1-33/+2
2007-12-11Support GIT_PAGER_IN_USE environment variableJeff King4-4/+16
2007-12-11Support a merge with conflicting gitlink changeJunio C Hamano2-4/+10
2007-12-11commit: do not add extra LF at the end of the summary.Junio C Hamano1-3/+7
2007-12-11"git tag -u keyname" brokenLinus Torvalds2-10/+51
2007-12-11send-email: do not muck with initial-reply-to when unset.Junio C Hamano1-3/+4
2007-12-11Don't cache DESTDIR in perl/perl.mak.Gerrit Pape2-6/+2
2007-12-11autoconf: Check asciidoc version to automatically set ASCIIDOC8Jakub Narebski2-0/+22
2007-12-10git-svn: reinstate old rev_db optimization in new rev_mapEric Wong1-14/+57
2007-12-10git-svn: replace .rev_db with a more space-efficient .rev_map formatEric Wong3-110/+218
2007-12-10pack-objects: more threaded load balancing fix with often changed pathsNicolas Pitre1-0/+10
2007-12-10Add more checkout testsDaniel Barkalow1-3/+43
2007-12-10Add git-browse-help to .gitignoreJeff King1-0/+1
2007-12-10Fix mis-markup of the -p, --patch option in git-add(1)Eyvind Bernhardsen1-1/+1
2007-12-10git-help -i: show info documentation from matching version of gitJunio C Hamano2-1/+6
2007-12-10git-help -i: invoke info with document and node nameJunio C Hamano1-1/+1
2007-12-10Documentation: add gitman.info targetJunio C Hamano2-8/+66
2007-12-10Merge branch 'master' into cc/helpJunio C Hamano116-2054/+5116
2007-12-10Update draft Release Notes for 1.5.4Junio C Hamano1-6/+19
2007-12-10Style fixes for pre-commit hook testsWincent Colaiuta1-33/+57
2007-12-10Interactive editor tests for commit-msg hookWincent Colaiuta1-43/+175
2007-12-09Re-fix ls-remoteJunio C Hamano1-18/+21
2007-12-09Cleanup variables in http.[ch]Mike Hommey2-32/+14
2007-12-09git-send-email.perl: Really add angle brackets to In-Reply-To if necessaryMike Hommey1-2/+3
2007-12-09don't mention index refreshing side effect in git-status docsJeff King1-7/+0
2007-12-09Remove repo version check from setup_git_directoryNguyễn Thái Ngọc Duy1-1/+0
2007-12-09Merge branch 'jc/spht'Junio C Hamano12-111/+641
2007-12-09Documentation: describe -w/--web option to "git-help".Christian Couder2-2/+22
2007-12-09Use {web,instaweb,help}.browser config options.Christian Couder2-2/+7
2007-12-09git-help: add -w|--web option to display html man page in a browser.Christian Couder4-17/+171
2007-12-09Merge branch 'pr/mergetool'Junio C Hamano1-4/+5
2007-12-09Merge branch 'maint'Junio C Hamano1-2/+8
2007-12-09Re-fix "builtin-commit: fix --signoff"Junio C Hamano8-29/+26
2007-12-09Add tests for pre-commit and commit-msg hooksWincent Colaiuta3-1/+153
2007-12-09Fix commit-msg hook to allow editingJunio C Hamano2-4/+7
2007-12-09Documentation: fix --no-verify documentation for "git commit"Wincent Colaiuta1-1/+1
2007-12-09Allow --no-verify to bypass commit-msg hookWincent Colaiuta1-1/+2
2007-12-09ls-remote: resurrect pattern limit supportJunio C Hamano1-6/+38
2007-12-08config.c:store_write_pair(): don't read the byte before a malloc'd buffer.Jim Meyering1-2/+8
2007-12-08git-shortlog -e: show e-mail address as wellJunio C Hamano1-0/+12
2007-12-08shortlog: code restructuring and clean-upJunio C Hamano1-103/+62
2007-12-08mailmap: fix bogus for() loop that happened to be safe by accidentJunio C Hamano1-3/+4
2007-12-08pack-objects: fix threaded load balancingNicolas Pitre1-32/+85
2007-12-08pack-objects: reverse the delta search sort listNicolas Pitre1-20/+21
2007-12-08pack-objects: fix delta cache size accountingNicolas Pitre1-5/+5
2007-12-08git-status: documentation improvementsJeff King1-12/+13
2007-12-08add status.relativePaths config variableJeff King6-2/+52
2007-12-08wt-status.c:quote_path(): convert empty path to "./"Jeff King1-0/+3
2007-12-08git-bisect visualize: work in non-windowed environments betterJunio C Hamano2-3/+27
2007-12-08Teach "git add -i" to colorize whitespace errorsWincent Colaiuta1-39/+34
2007-12-08Let git-help prefer man-pages installed with this version of gitSergei Organov2-1/+26
2007-12-07Update draft release notes to 1.5.4Junio C Hamano2-1/+17
2007-12-06Merge branch 'master' of git://repo.or.cz/git-guiJunio C Hamano9-1057/+1248
2007-12-06Merge branch 'mw/cvsserver'Junio C Hamano1-7/+26
2007-12-06Merge branch 'kh/fetch-optparse'Junio C Hamano1-77/+46
2007-12-06Merge branch 'jc/git-log-doc'Junio C Hamano4-161/+168
2007-12-06Merge branch 'jc/addi-color'Junio C Hamano10-27/+218
2007-12-06Merge branch 'jc/docmake-perl'Junio C Hamano1-3/+6
2007-12-06Merge branch 'jc/clean-fix'Junio C Hamano2-21/+45
2007-12-06autoconf: Add test for OLD_ICONV (squelching compiler warning)Jakub Narebski2-0/+23
2007-12-06Silence iconv warnings on LeopardWincent Colaiuta1-1/+3
2007-12-06Merge branch 'maint'Junio C Hamano2-2/+2
2007-12-06Change from using email.com to example.com as example domain, as per RFC 2606.David Symonds2-2/+2
2007-12-06git-status documentation: mention subdirectory behaviourJunio C Hamano1-0/+4
2007-12-06do not discard status in fetch_refs_via_pack()Junio C Hamano1-1/+1
2007-12-06for-each-ref: Fix quoting style constants.Johannes Sixt2-3/+42
2007-12-06hg-to-git: handle an empty dir in hg.Junio C Hamano1-1/+1
2007-12-06Use gitattributes to define per-path whitespace ruleJunio C Hamano10-74/+233
2007-12-05config --get-colorbool: diff.color is a deprecated synonym to color.diffJunio C Hamano1-2/+16
2007-12-05t7300: add test for clean with wildcard pathspecJeff King1-0/+14
2007-12-05Open external merge tool with original file extensions for all three filesPini Reznik1-4/+5
2007-12-05git-clean: Honor pathspec.Junio C Hamano1-21/+31
2007-12-05Color support for "git-add -i"Junio C Hamano3-20/+146
2007-12-05git config --get-colorboolJunio C Hamano7-7/+58
2007-12-05Documentation: color.* = true means "auto"Junio C Hamano1-7/+7
2007-12-05Merge branch 'maint'Junio C Hamano4-13/+86
2007-12-05git-am -i: report rewritten titleJunio C Hamano1-0/+5
2007-12-05git grep shows the same hit repeatedly for unmerged pathsJunio C Hamano1-6/+6
2007-12-05Update Hungarian translation. 100% completed.Miklos Vajna1-320/+362
2007-12-05Update ja.po for git-guiしらいしななこ1-189/+229
2007-12-05Merge branch 'nd/maint-work-tree-fix' into maintJunio C Hamano2-7/+75
2007-12-05Do check_repository_format() early (re-fix)Nguyễn Thái Ngọc Duy2-12/+72
2007-12-05Revert "git-am: catch missing author date early."Junio C Hamano1-2/+2
2007-12-05git config: Don't rely on regexec() returning 1 on non-matchBjörn Steinbrink1-2/+1
2007-12-05Documentation: add --patch option to synopsis of git-addMatthias Kestenholz1-1/+1
2007-12-05Include diff options in the git-log manpageMiklos Vajna4-161/+168
2007-12-05git-cvsserver runs hooks/post-updateJunio C Hamano1-0/+6
2007-12-05git-cvsserver runs hooks/post-receiveMichael Witten1-7/+20