summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make sure objects/pack exists before creating a new packJunio C Hamano2009-02-257-27/+72
* GIT 1.6.0.6v1.6.0.6Junio C Hamano2008-12-196-38/+67
|\
| * GIT 1.5.6.6v1.5.6.6Junio C Hamano2008-12-165-37/+33
| |\
| | * GIT 1.5.5.6v1.5.5.6Junio C Hamano2008-12-164-37/+23
| | |\
| | | * GIT 1.5.4.7v1.5.4.7Junio C Hamano2008-12-162-1/+11
| | | * gitweb: do not run "git diff" that is PorcelainJunio C Hamano2008-12-161-36/+2
* | | | fast-import: make tagger information optionalJunio C Hamano2008-12-192-11/+33
* | | | fast-export: deal with tag objects that do not have a taggerJohannes Schindelin2008-12-193-5/+42
* | | | SubmittingPatches: mention the usage of real name in Signed-off-by: linesMiklos Vajna2008-12-191-0/+3
* | | | git-mergetool: properly handle "git mergetool -- filename"David Aguilar2008-12-191-0/+1
* | | | git-send-email: handle email address with quoted commaWu Fengguang2008-12-191-3/+8
* | | | Documentation: fix typos, grammar, asciidoc syntaxMarkus Heidelberg2008-12-1913-25/+25
* | | | fast-import: close pack before unlinking itJohannes Schindelin2008-12-151-1/+3
* | | | pager: do not dup2 stderr if it is already redirectedJunio C Hamano2008-12-151-1/+2
* | | | git-show: do not segfault when showing a bad tagJunio C Hamano2008-12-152-1/+27
* | | | git-config.txt: fix a typoJim Meyering2008-12-121-1/+1
* | | | fsck: reduce stack footprintLinus Torvalds2008-12-111-7/+31
* | | | make sure packs to be replaced are closed beforehandNicolas Pitre2008-12-103-0/+33
* | | | work around Python warnings from AsciiDocJunio C Hamano2008-12-091-9/+9
* | | | git-svn: Make following parents atomicDeskin Miller2008-12-082-4/+54
* | | | GIT 1.6.0.5v1.6.0.5Junio C Hamano2008-12-071-15/+28
* | | | "git diff <tree>{3,}": do not reverse order of argumentsMatt McCutchen2008-12-073-3/+31
* | | | tag: delete TAG_EDITMSG only on successful tagJeff King2008-12-071-8/+20
* | | | gitweb: Make project specific override for 'grep' feature workJakub Narebski2008-12-071-0/+1
* | | | http.c: use 'git_config_string' to get 'curl_http_proxy'Miklos Vajna2008-12-071-7/+4
* | | | fetch-pack: Avoid memcpy() with src==dstThomas Rast2008-12-071-1/+2
* | | | Merge branch 'jk/maint-commit-v-strip' into maintJunio C Hamano2008-12-022-3/+78
|\ \ \ \
| * | | | commit: Fix stripping of patch in verbose mode.Jeff King2008-11-122-3/+78
* | | | | xdiff: give up scanning similar lines earlyDavide Libenzi2008-12-021-2/+13
* | | | | Merge branch 'bc/maint-keep-pack' into maintJunio C Hamano2008-12-029-36/+137
|\ \ \ \ \
| * | | | | repack: only unpack-unreachable if we are deleting redundant packsBrandon Casey2008-11-143-10/+22
| * | | | | t7700: test that 'repack -a' packs alternate packed objectsBrandon Casey2008-11-121-0/+16
| * | | | | pack-objects: extend --local to mean ignore non-local loose objects tooBrandon Casey2008-11-123-2/+5
| * | | | | sha1_file.c: split has_loose_object() into local and non-local counterpartsBrandon Casey2008-11-122-6/+14
| * | | | | t7700: demonstrate mishandling of loose objects in an alternate ODBBrandon Casey2008-11-121-0/+19
| * | | | | builtin-gc.c: use new pack_keep bitfield to detect .keep file existenceBrandon Casey2008-11-121-11/+1
| * | | | | repack: do not fall back to incremental repacking with [-a|-A]Brandon Casey2008-11-121-7/+4
| * | | | | repack: don't repack local objects in packs with .keep fileBrandon Casey2008-11-122-2/+2
| * | | | | pack-objects: new option --honor-pack-keepBrandon Casey2008-11-122-0/+12
| * | | | | packed_git: convert pack_local flag into a bitfield and add pack_keepBrandon Casey2008-11-122-1/+7
| * | | | | t7700: demonstrate mishandling of objects in packs with a .keep fileBrandon Casey2008-11-121-0/+38
| |/ / / /
* | | | | Merge branch 'js/mingw-rename-fix' into maintJunio C Hamano2008-12-021-3/+12
|\ \ \ \ \
| * | | | | compat/mingw.c: Teach mingw_rename() to replace read-only filesJohannes Sixt2008-11-231-3/+12
* | | | | | User's Manual: remove duplicated url at the end of Appendix BMiklos Vajna2008-12-021-1/+0
* | | | | | Update draft release notes to 1.6.0.5Junio C Hamano2008-11-301-0/+22
* | | | | | Merge branch 'st/maint-tag' into maintJunio C Hamano2008-11-302-7/+23
|\ \ \ \ \ \
| * | | | | | tag: Add more tests about mixing incompatible modes and optionsSamuel Tardieu2008-11-041-0/+11
| * | | | | | tag: Check that options are only allowed in the appropriate modeSamuel Tardieu2008-11-041-7/+12
* | | | | | | Merge branch 'mk/maint-cg-push' into maintJunio C Hamano2008-11-303-5/+75
|\ \ \ \ \ \ \
| * | | | | | | git push: Interpret $GIT_DIR/branches in a Cogito compatible wayMartin Koegler2008-11-113-5/+75
| | |_|/ / / / | |/| | | | |