summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-12-19GIT 1.6.0.6v1.6.0.6Junio C Hamano6-38/+67
2008-12-19fast-import: make tagger information optionalJunio C Hamano2-11/+33
2008-12-19fast-export: deal with tag objects that do not have a taggerJohannes Schindelin3-5/+42
2008-12-19SubmittingPatches: mention the usage of real name in Signed-off-by: linesMiklos Vajna1-0/+3
2008-12-19git-mergetool: properly handle "git mergetool -- filename"David Aguilar1-0/+1
2008-12-19git-send-email: handle email address with quoted commaWu Fengguang1-3/+8
2008-12-19Documentation: fix typos, grammar, asciidoc syntaxMarkus Heidelberg13-25/+25
2008-12-16GIT 1.5.6.6v1.5.6.6Junio C Hamano5-37/+33
2008-12-16GIT 1.5.5.6v1.5.5.6Junio C Hamano4-37/+23
2008-12-16GIT 1.5.4.7v1.5.4.7Junio C Hamano2-1/+11
2008-12-16gitweb: do not run "git diff" that is PorcelainJunio C Hamano1-36/+2
2008-12-15fast-import: close pack before unlinking itJohannes Schindelin1-1/+3
2008-12-15pager: do not dup2 stderr if it is already redirectedJunio C Hamano1-1/+2
2008-12-15git-show: do not segfault when showing a bad tagJunio C Hamano2-1/+27
2008-12-12git-config.txt: fix a typoJim Meyering1-1/+1
2008-12-11fsck: reduce stack footprintLinus Torvalds1-7/+31
2008-12-10make sure packs to be replaced are closed beforehandNicolas Pitre3-0/+33
2008-12-09work around Python warnings from AsciiDocJunio C Hamano1-9/+9
2008-12-08git-svn: Make following parents atomicDeskin Miller2-4/+54
2008-12-07GIT 1.6.0.5v1.6.0.5Junio C Hamano1-15/+28
2008-12-07"git diff <tree>{3,}": do not reverse order of argumentsMatt McCutchen3-3/+31
2008-12-07tag: delete TAG_EDITMSG only on successful tagJeff King1-8/+20
2008-12-07gitweb: Make project specific override for 'grep' feature workJakub Narebski1-0/+1
2008-12-07http.c: use 'git_config_string' to get 'curl_http_proxy'Miklos Vajna1-7/+4
2008-12-07fetch-pack: Avoid memcpy() with src==dstThomas Rast1-1/+2
2008-12-02Merge branch 'jk/maint-commit-v-strip' into maintJunio C Hamano2-3/+78
2008-12-02xdiff: give up scanning similar lines earlyDavide Libenzi1-2/+13
2008-12-02Merge branch 'bc/maint-keep-pack' into maintJunio C Hamano9-36/+137
2008-12-02Merge branch 'js/mingw-rename-fix' into maintJunio C Hamano1-3/+12
2008-12-02User's Manual: remove duplicated url at the end of Appendix BMiklos Vajna1-1/+0
2008-11-30Update draft release notes to 1.6.0.5Junio C Hamano1-0/+22
2008-11-30Merge branch 'st/maint-tag' into maintJunio C Hamano2-7/+23
2008-11-30Merge branch 'mk/maint-cg-push' into maintJunio C Hamano3-5/+75
2008-11-30generate-cmdlist.sh: avoid selecting synopsis at wrong placeNguyễn Thái Ngọc Duy1-1/+1
2008-11-27Merge branch 'mv/fast-export' into maintJunio C Hamano2-2/+10
2008-11-27sha1_file.c: resolve confusion EACCES vs EPERMSam Vilain1-1/+1
2008-11-27sha1_file: avoid bogus "file exists" error messageJoey Hess1-1/+1
2008-11-27git checkout: don't warn about unborn branch if -f is already passedMatt McCutchen1-1/+1
2008-11-27bash: offer refs instead of filenames for 'git revert'SZEDER Gábor1-1/+1
2008-11-27bash: remove dashed command leftoversSZEDER Gábor1-33/+8
2008-11-27Merge branch 'pw/maint-p4' into maintJunio C Hamano1-1/+1
2008-11-27git-p4: fix keyword-expansion regexPete Wyckoff1-1/+1
2008-11-27Fix typos in the documentation.Ralf Wildenhues4-4/+4
2008-11-26Merge branch 'mm/maint-sort-config-doc' into maintJunio C Hamano1-48/+48
2008-11-26config.txt: alphabetize configuration sectionsMatt McCutchen1-48/+48
2008-11-26Teach "git diff" to honour --[no-]ext-diffJunio C Hamano2-1/+25
2008-11-23fast-export: use an unsorted string list for extra_refsJohannes Schindelin2-3/+3
2008-11-23Add new testcase to show fast-export does not always exports all tagsMiklos Vajna1-0/+8
2008-11-23Fix misleading wording for git-cherry-pickBryan Drewery1-7/+6
2008-11-23compat/mingw.c: Teach mingw_rename() to replace read-only filesJohannes Sixt1-3/+12
2008-11-17request-pull: make usage string match manpageStefan Naewe1-3/+3
2008-11-16Teach ls-files --with-tree=<tree> to work with options other than -cJunio C Hamano1-0/+2
2008-11-16builtin-ls-files.c: coding style fix.Junio C Hamano1-1/+1
2008-11-14Documentation: git-svn: fix example for centralized SVN cloneJan Krüger1-0/+2
2008-11-14Documentation: fix links to "everyday.html"Christian Couder2-4/+8
2008-11-14revision.c: use proper data type in call to sizeof() within xreallocBrandon Casey1-1/+1
2008-11-14repack: only unpack-unreachable if we are deleting redundant packsBrandon Casey3-10/+22
2008-11-13date/time: do not get confused by fractional secondsLinus Torvalds1-6/+20
2008-11-12t7700: test that 'repack -a' packs alternate packed objectsBrandon Casey1-0/+16
2008-11-12Start 1.6.0.5 cycleJunio C Hamano2-1/+22
2008-11-12Fix pack.packSizeLimit and --max-pack-size handlingNicolas Pitre2-2/+16
2008-11-12checkout: Fix "initial checkout" detectionJunio C Hamano4-3/+9
2008-11-12commit: Fix stripping of patch in verbose mode.Jeff King2-3/+78
2008-11-12Remove the period after the git-check-attr summaryMatt Kraai1-1/+1
2008-11-12pack-objects: extend --local to mean ignore non-local loose objects tooBrandon Casey3-2/+5
2008-11-12sha1_file.c: split has_loose_object() into local and non-local counterpartsBrandon Casey2-6/+14
2008-11-12t7700: demonstrate mishandling of loose objects in an alternate ODBBrandon Casey1-0/+19
2008-11-12builtin-gc.c: use new pack_keep bitfield to detect .keep file existenceBrandon Casey1-11/+1
2008-11-12repack: do not fall back to incremental repacking with [-a|-A]Brandon Casey1-7/+4
2008-11-12repack: don't repack local objects in packs with .keep fileBrandon Casey2-2/+2
2008-11-12pack-objects: new option --honor-pack-keepBrandon Casey2-0/+12
2008-11-12packed_git: convert pack_local flag into a bitfield and add pack_keepBrandon Casey2-1/+7
2008-11-12t7700: demonstrate mishandling of objects in packs with a .keep fileBrandon Casey1-0/+38
2008-11-11git push: Interpret $GIT_DIR/branches in a Cogito compatible wayMartin Koegler3-5/+75
2008-11-11Fix non-literal format in printf-style callsDaniel Lowe8-12/+12
2008-11-11git-submodule: Avoid printing a spurious message.Alexandre Julliard1-1/+1
2008-11-11git ls-remote: make usage string match manpageStefan Naewe1-1/+1
2008-11-11Makefile: help people who run 'make check' by mistakeJunio C Hamano1-1/+10
2008-11-09Documentation: bisect: change a few instances of "git-cmd" to "git cmd"Christian Couder1-3/+3
2008-11-09Documentation: rev-list: change a few instances of "git-cmd" to "git cmd"Christian Couder1-4/+4
2008-11-09checkout: Don't crash when switching away from an invalid branch.Alexandre Julliard2-4/+22
2008-11-08GIT 1.6.0.4v1.6.0.4Junio C Hamano1-6/+5
2008-11-08Update RPM spec for the new location of git-cvsserver.Quy Tonthat1-0/+4
2008-11-08Merge branch 'cb/maint-update-ref-fix' into maintJunio C Hamano4-17/+50
2008-11-08Merge branch 'cj/maint-gitpm-fix-maybe-self' into maintJunio C Hamano1-2/+1
2008-11-08Merge branch 'ar/maint-mksnpath' into maintJunio C Hamano13-19/+84
2008-11-08Merge branch 'mv/maint-branch-m-symref' into maintJunio C Hamano11-24/+65
2008-11-05push: fix local refs update if already up-to-dateClemens Buchacher2-14/+39
2008-11-05do not force write of packed refsClemens Buchacher2-3/+11
2008-11-04tag: Add more tests about mixing incompatible modes and optionsSamuel Tardieu1-0/+11
2008-11-04tag: Check that options are only allowed in the appropriate modeSamuel Tardieu1-7/+12
2008-11-02format-patch documentation: mention the special case of showing a single commitJunio C Hamano1-1/+2
2008-11-02Add reference for status letters in documentation.Yann Dirson2-1/+17
2008-11-02Document that git-log takes --all-match.Mikael Magnusson1-0/+4
2008-11-02Update draft 1.6.0.4 release notesJunio C Hamano1-7/+18
2008-11-02Merge branch 'js/maint-fetch-update-head' into maintJunio C Hamano7-5/+44
2008-11-02Merge branch 'jk/maint-ls-files-other' into maintJunio C Hamano5-44/+40
2008-11-02Merge branch 'jc/maint-reset-remove-unmerged-new' into maintJunio C Hamano2-13/+78
2008-11-02Merge branch 'jc/maint-co-track' into maintJunio C Hamano12-29/+61
2008-11-02Start 1.6.0.4 cycleJunio C Hamano2-1/+30
2008-11-01add instructions on how to send patches to the mailing list with GmailTom Preston-Werner1-0/+27
2008-11-01Documentation/gitattributes: Add subsection header for each attributeJakub Narebski1-0/+6
2008-11-01git send-email: avoid leaking directory file descriptors.Pierre Habouzit1-2/+1
2008-11-01send-pack: do not send out single-level refs such as refs/stashJeff King1-1/+7
2008-11-01fix overlapping memcpy in normalize_absolute_pathJeff King1-1/+1
2008-11-01pack-objects: avoid reading uninitalized dataJeff King1-1/+2
2008-11-01correct cache_entry allocationJeff King1-1/+1
2008-11-01Merge branch 'maint' of git://repo.or.cz/git-gui into maintJunio C Hamano1-1/+1
2008-10-31update-ref --no-deref -d: handle the case when the pointed ref is packedMiklos Vajna2-1/+12
2008-10-31git-svn: change dashed git-commit-tree to git commit-treeDeskin Miller1-1/+1
2008-10-31Documentation: clarify information about 'ident' attributeJan Krüger1-2/+2
2008-10-31bash completion: add doubledash to "git show"Markus Heidelberg1-0/+2
2008-10-31Use test-chmtime -v instead of perl in t5000 to get mtime of a fileAlex Riesen1-1/+1
2008-10-31Add --verbose|-v to test-chmtimeAlex Riesen1-21/+70
2008-10-30asciidoc: add minor workaround to add an empty line after code blocksJonas Fonseca1-0/+20
2008-10-30Use git_pathdup instead of xstrdup(git_path(...))Alex Riesen9-12/+12
2008-10-30git_pathdup: returns xstrdup-ed copy of the formatted pathAlex Riesen2-4/+22
2008-10-30Fix potentially dangerous use of git_path in ref.cAlex Riesen1-3/+5
2008-10-30Add git_snpath: a .git path formatting routine with output bufferAlex Riesen2-0/+25
2008-10-30Plug a memleak in builtin-revertAlex Riesen1-1/+2
2008-10-30git branch -m: forbid renaming of a symrefMiklos Vajna2-20/+17
2008-10-28Add file delete/create info when we overflow rename_limitLinus Torvalds1-1/+1
2008-10-28Install git-cvsserver in $(bindir)Nanako Shiraishi1-1/+1
2008-10-28Install git-shell in bindir, tooTommi Virtanen1-1/+1
2008-10-26Fix potentially dangerous uses of mkpath and git_pathAlex Riesen1-2/+2
2008-10-26Fix mkpath abuse in dwim_ref and dwim_log of sha1_name.cAlex Riesen1-2/+4
2008-10-26Add mksnpath which allows you to specify the output bufferAlex Riesen2-0/+18
2008-10-26add -p: warn if only binary changes presentThomas Rast1-2/+7
2008-10-26git-archive: work in bare reposCharles Bailey3-2/+23
2008-10-26Fix git update-ref --no-deref -d.Miklos Vajna2-3/+12
2008-10-26rename_ref(): handle the case when the reflog of a ref does not existMiklos Vajna1-1/+1
2008-10-26Fix git branch -m for symrefs.Miklos Vajna10-31/+55
2008-10-24git-svn: change dashed git-config to git configDeskin Miller1-1/+1
2008-10-21GIT 1.6.0.3v1.6.0.3Junio C Hamano1-9/+6
2008-10-21rehabilitate 'git index-pack' inside the object storeNicolas Pitre2-3/+29
2008-10-19Fix testcase failure when extended attributes are in useJunio C Hamano1-4/+6
2008-10-19Git.pm: do not break inheritanceChristian Jaeger1-2/+1
2008-10-19Enhance hold_lock_file_for_{update,append}() APIJunio C Hamano11-23/+39
2008-10-19demonstrate breakage of detached checkout with symbolic link HEADJunio C Hamano1-0/+12
2008-10-18Documentation: Clarify '--signoff' for git-commitAbhijit Bhopatkar1-1/+2
2008-10-18reset --hard/read-tree --reset -u: remove unmerged new pathsJunio C Hamano2-13/+78
2008-10-18Hopefully the final draft release notes update before 1.6.0.3Junio C Hamano1-1/+9
2008-10-18diff(1): clarify what "T"ypechange status meansJunio C Hamano1-1/+2
2008-10-18Merge branch 'db/maint-checkout-b' into maintJunio C Hamano2-0/+22
2008-10-18contrib: update packinfo.pl to not use dashed commandsDan McGee1-7/+7
2008-10-18force_object_loose: Fix memory leakBjörn Steinbrink1-1/+5
2008-10-17Fix "checkout --track -b newbranch" on detached HEADJunio C Hamano2-7/+11
2008-10-17refactor handling of "other" files in ls-files and statusJeff King5-44/+40
2008-10-17tests: shell negation portability fixJeff King1-1/+1
2008-10-17pull: allow "git pull origin $something:$current_branch" into an unborn branchJunio C Hamano2-2/+14
2008-10-16t1301-shared-repo.sh: don't let a default ACL interfere with the testMatt McCutchen1-0/+3
2008-10-16git-check-attr(1): add output and example sectionsJonas Fonseca1-0/+50
2008-10-16xdiff-interface.c: strip newline (and cr) from line before pattern matchingBrandon Casey2-2/+12
2008-10-16t4018-diff-funcname: demonstrate end of line funcname matching flawBrandon Casey1-0/+6
2008-10-16t4018-diff-funcname: rework negated last expression testBrandon Casey1-1/+2
2008-10-16Typo "does not exists" when git remote update remote.Mikael Magnusson1-1/+1
2008-10-14remote.c: correct the check for a leading '/' in a remote nameBrandon Casey1-4/+5
2008-10-14Add testcase to ensure merging an early part of a branch is done properlyMiklos Vajna1-0/+26
2008-10-13Update draft release notes to 1.6.0.3Junio C Hamano1-2/+19
2008-10-13Fix fetch/pull when run without --update-head-okJohannes Schindelin5-3/+30
2008-10-12test-lib: fix broken printfShawn O. Pearce1-1/+1
2008-10-12git apply --directory broken for new filesJeff King2-0/+59
2008-10-10rebase -i: do not fail when there is no commit to cherry-pickJohannes Schindelin2-1/+13
2008-10-10test-lib: fix color reset in say_color()Miklos Vajna1-1/+2
2008-10-10fix pread()'s short read in index-packNicolas Pitre3-6/+14
2008-10-09Merge branch 'sg/maint-intrebase-msghook' into maintShawn O. Pearce1-6/+11
2008-10-09builtin-apply: fix typo leading to stack corruptionImre Deak1-1/+1
2008-10-09git-stash.sh: fix flawed fix of invalid ref handling (commit da65e7c1)Brandon Casey1-18/+4
2008-10-09Merge branch 'jk/maint-soliconv' into maintShawn O. Pearce1-1/+0
2008-10-09builtin-merge.c: allocate correct amount of memoryBrandon Casey1-2/+2
2008-10-08Do not use errno when pread() returns 0Samuel Tardieu1-1/+4
2008-10-08git init: --bare/--shared overrides system/global configDeskin Miller2-2/+42
2008-10-08git-push.txt: Describe --repo option in more detailJohannes Sixt2-6/+20
2008-10-08git rm: refresh index before up-to-date checkJohannes Schindelin2-8/+18
2008-10-07Fix a few typos in relnotesMikael Magnusson1-4/+4
2008-10-06Update release notes for 1.6.0.3Shawn O. Pearce1-1/+51
2008-10-06Teach rebase -i to honor pre-rebase hookNanako Shiraishi3-7/+148
2008-10-06docs: describe pre-rebase hookNanako Shiraishi1-0/+7
2008-10-06do not segfault if make_cache_entry failedDmitry Potapov2-0/+5
2008-10-06make prefix_path() never return NULLDmitry Potapov1-7/+2
2008-10-06fix bogus "diff --git" header from "diff --no-index"Linus Torvalds2-0/+25
2008-10-06Fix fetch/clone --quiet when stdout is connectedTuncer Ayaz1-2/+2
2008-10-05builtin-blame: Fix blame -C -C with submodules.Alexander Gavrilov1-0/+2
2008-10-05bash: remove fetch, push, pull dashed form leftoversSZEDER Gábor1-27/+9
2008-10-03Makefile: do not set NEEDS_LIBICONV for Solaris 8Jeff King1-1/+0
2008-10-03rebase -i: remove leftover debuggingSZEDER Gábor1-1/+1
2008-10-02rebase -i: proper prepare-commit-msg hook argument when squashingSZEDER Gábor1-6/+11
2008-10-02gitweb: Add path_info tests to t/t9500-gitweb-standalone-no-errors.shJakub Narebski1-0/+49
2008-10-02gitweb: Fix two 'uninitialized value' warnings in git_tree()Jakub Narebski1-1/+2
2008-10-02Solaris: Use OLD_ICONV to avoid compile warningsDavid Soria Parra1-0/+1
2008-10-02gitweb: remove PATH_INFO from $my_url and $my_uriGiuseppe Bilotta1-0/+7
2008-10-01Improve git-log documentation wrt file filtersmartin f. krafft1-3/+6
2008-10-01Documentation: remove '\' in front of short optionsSZEDER Gábor2-6/+6
2008-09-30git-svn: call 'fatal' correctly in set-treeLuc Heinrich1-1/+1
2008-09-30Replace svn.foo.org with svn.example.com in git-svn docs (RFC 2606)Michael Prokop1-4/+4
2008-09-30t0024: add executable permissionSZEDER Gábor1-0/+0
2008-09-29Merge branch 'bc/maint-diff-hunk-header-fix' into maintShawn O. Pearce5-49/+72
2008-09-29Merge branch 'mg/maint-remote-fix' into maintShawn O. Pearce1-8/+15
2008-09-29Clarify commit error message for unmerged filesRafael Garcia-Suarez1-1/+1
2008-09-29Use strchrnul() instead of strchr() plus manual workaroundJohan Herland1-3/+1