summaryrefslogtreecommitdiffstats
path: root/unpack-objects.c (unfollow)
Commit message (Expand)AuthorFilesLines
2006-08-09Update git-init-db(1) and documentation of core.sharedRepositoryJonas Fonseca2-19/+41
2006-08-08git-push: allow pushing from subdirectoriesJeff King1-1/+1
2006-08-08GIT-VERSION-GEN: adjust for ancient gitJunio C Hamano1-1/+9
2006-08-08builtin-mv: fix use of uninitialized memory.Junio C Hamano1-1/+2
2006-08-08debugging: XMALLOC_POISONJunio C Hamano1-0/+3
2006-08-07annotate: Fix bug when parsing merges with differing real and logical parents.Ryan Anderson1-6/+122
2006-08-07log-tree: show_log() should respect the setting of diffopt->line_terminationRyan Anderson1-1/+1
2006-08-07handle https:// protocol in git-cloneMichael Krelin1-1/+1
2006-08-06Fix "grep -w"Junio C Hamano2-10/+110
2006-08-05Makefile: Cygwin does not seem to need NO_STRLCPYJunio C Hamano1-1/+0
2006-08-05commit walkers: setup_ident() to record correct committer in ref-log.Ramsay Jones3-0/+3
2006-08-05Allow config file to specify Signed-off-by identity in format-patch.Ramsay Jones1-1/+1
2006-08-04Fix crash when GIT_DIR is invalidJohannes Schindelin1-1/+1
2006-08-04git-tar-tree: fix minor memory leakRene Scharfe1-2/+4
2006-08-04Document rev-list's option --mergeUwe Zeisberger1-0/+5
2006-08-04Further clean-up: usage() vs die()Junio C Hamano4-5/+5
2006-08-04Replace some calls to die(usage_str) with usage(usage_str).Ramsay Allan Jones5-7/+7
2006-08-04Fixup command names in some usage strings.Ramsay Allan Jones5-5/+5
2006-08-04GIT 1.4.2-rc3v1.4.2-rc3Junio C Hamano1-1/+1
2006-08-04Documentation/git.txt: link git-svn and git-instaweb from the main page.Junio C Hamano1-0/+6
2006-08-04sideband: do not use color, just say "remote:"Junio C Hamano1-4/+3
2006-08-03Show both blob names from "git diff blob1 blob2"Junio C Hamano1-1/+1
2006-08-03diff.c: do not use pathname comparison to tell renamesJunio C Hamano3-6/+4
2006-08-03Add a couple of subdirectory tests.Junio C Hamano2-0/+136
2006-08-03read-tree: shadowed variable fix.Junio C Hamano1-1/+1
2006-08-03fixed variable declaration in gitkMichael1-1/+1
2006-08-03Fix "git diff blob1 blob2" showing the diff in reverse.Junio C Hamano1-4/+1
2006-08-03Cygwin needs NO_C99_FORMAT???Junio C Hamano1-0/+1
2006-08-03git-grep: document --and, --or, --not, ( and )Matthias Lederhofer1-3/+17
2006-08-03use declarations from builtin.h for builtin commandsMatthias Kestenholz2-2/+4
2006-08-03Make git-repo-config a builtinMatthias Kestenholz4-4/+8
2006-08-02Make git-prune-packed a builtinMatthias Kestenholz4-6/+6
2006-08-02git-annotate: remove extraneous debugging lineJeff King1-1/+0
2006-08-02Documentation: convert uses of git-link macro to gitlinkJeff King2-4/+4
2006-08-02git-push: remove obsolete git-push.shJeff King1-87/+0
2006-08-02git-push: allow -f as an alias for --forceJeff King2-3/+3
2006-08-02Remove cmd_usage() routine and re-organize the help/usage code.Ramsay Allan Jones4-42/+33
2006-08-02Fix header breakage due to redefining PATH_MAX.Ramsay Allan Jones1-4/+1
2006-08-02Add NO_C99_FORMAT to support older compilers.Ramsay Allan Jones3-6/+35
2006-08-02New tests and en-passant modifications to mktag.Ramsay Allan Jones2-17/+245
2006-08-02Fix installation of templates on ancient systems.Ramsay Allan Jones2-8/+6
2006-08-02Fix annotate test script; notice when git-annotate fails.Ramsay Allan Jones1-1/+2
2006-08-02Ensure git-clone exits with error if perl script fails.Ramsay Allan Jones1-2/+3
2006-08-01fetch/clone: mark messages from remote side stand out.Junio C Hamano1-0/+3
2006-08-01pager: config variable pager.colorMatthias Lederhofer5-1/+12
2006-08-01Builtins: control the use of pager from the command table.Junio C Hamano2-6/+8
2006-07-31Fix up some fallout from "setup_git_directory()" cleanupsLinus Torvalds1-8/+7
2006-07-31Fix double "close()" in ce_compare_dataLinus Torvalds1-1/+1
2006-07-31git-checkout: allow "checkout HEAD -- path"Junio C Hamano1-0/+4
2006-07-31rebase: Make the fast-fowarding message more user-friendly by using branch na...Robert Shearman1-1/+1