summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* start_command(), if .in/.out > 0, closes file descriptors, not the callersJohannes Sixt2008-02-235-11/+49
* start_command(), .in/.out/.err = -1: Callers must close the file descriptorJohannes Sixt2008-02-238-11/+9
* Sync with 1.5.4.3Junio C Hamano2008-02-237-12/+67
|\
| * GIT 1.5.4.3v1.5.4.3Junio C Hamano2008-02-233-3/+31
| * Merge branch 'maint' of git://repo.or.cz/git-gui into maintJunio C Hamano2008-02-235-15/+50
| |\
| | * git-gui: Focus insertion point at end of strings in repository chooserShawn O. Pearce2008-02-221-0/+4
| | * git-gui: Avoid hardcoded Windows paths in Cygwin package filesShawn O. Pearce2008-02-221-1/+11
| | * git-gui: Default TCL_PATH to same location as TCLTK_PATHShawn O. Pearce2008-02-221-1/+5
| | * git-gui: Paper bag fix error dialogs opening over the main windowShawn O. Pearce2008-02-221-1/+5
| | * git-gui: Ensure error dialogs always appear over all other windowsShawn O. Pearce2008-02-201-7/+11
| | * git-gui: relax "dirty" version detectionWincent Colaiuta2008-02-191-1/+1
* | | pull: pass --strategy along to to rebaseJay Soffian2008-02-221-1/+2
* | | Use helper function for copying index entry informationLinus Torvalds2008-02-222-2/+18
* | | Name hash fixups: export (and rename) remove_hash_entryLinus Torvalds2008-02-223-16/+17
* | | Fix name re-hashing semanticsLinus Torvalds2008-02-222-6/+12
* | | Merge branch 'maint'Junio C Hamano2008-02-221-1/+1
|\ \ \ | |/ /
| * | hash: fix lookup_hash semanticsJeff King2008-02-221-1/+1
* | | gitweb: Better chopping in commit search resultsJunio C Hamano2008-02-221-9/+15
* | | builtin-tag.c: remove cruftGerrit Pape2008-02-221-3/+0
* | | git-merge-index documentation: clarify synopsisGerrit Pape2008-02-222-2/+2
* | | send-email: fix In-Reply-To regressionJay Soffian2008-02-212-3/+27
* | | git-reset --hard and git-read-tree --reset: fix read_cache_unmerged()Junio C Hamano2008-02-212-1/+47
* | | Teach git-grep --name-only as synonym for -lShawn O. Pearce2008-02-202-1/+4
* | | diff: fix java funcname pattern for solarisJeff King2008-02-201-1/+1
* | | t3404: use configured shell instead of /bin/shJeff King2008-02-201-2/+2
* | | git_config_*: don't assume we are parsing a config fileJeff King2008-02-201-2/+9
* | | prefix_path: use is_absolute_path() instead of *orig == '/'Johannes Sixt2008-02-201-2/+2
* | | git-clean: handle errors if removing files failsMiklos Vajna2008-02-202-8/+24
* | | Merge branch 'mk/color'Junio C Hamano2008-02-2010-9/+70
|\ \ \
| * | | Add color.ui variable which globally enables colorization if setMatthias Kestenholz2008-02-1810-9/+70
* | | | Merge branch 'js/maint-cvsexport'Junio C Hamano2008-02-202-8/+67
|\ \ \ \
| * | | | cvsexportcommit: be graceful when "cvs status" reorders the argumentsJohannes Schindelin2008-02-192-8/+67
* | | | | Merge branch 'js/maint-http-push'Junio C Hamano2008-02-201-9/+18
|\ \ \ \ \
| * | | | | http-push: avoid a needless gotoJohannes Schindelin2008-02-151-4/+1
| * | | | | http-push: do not get confused by submodulesJohannes Schindelin2008-02-151-4/+11
| * | | | | http-push: avoid invalid memory accessesJohannes Schindelin2008-02-151-1/+6
* | | | | | Merge branch 'jk/empty-tree'Junio C Hamano2008-02-203-16/+119
|\ \ \ \ \ \
| * | | | | | add--interactive: handle initial commit betterJeff King2008-02-162-16/+108
| * | | | | | hard-code the empty tree objectJeff King2008-02-131-0/+11
* | | | | | | Merge branch 'lt/revision-walker'Junio C Hamano2008-02-204-7/+33
|\ \ \ \ \ \ \
| * | | | | | | Add "--show-all" revision walker flag for debuggingLinus Torvalds2008-02-134-7/+33
* | | | | | | | Merge branch 'mc/prefix'Junio C Hamano2008-02-203-108/+83
|\ \ \ \ \ \ \ \
| * | | | | | | | Avoid a useless prefix lookup in strbuf_expand()Marco Costalba2008-02-093-108/+83
* | | | | | | | | Merge branch 'bc/fopen'Junio C Hamano2008-02-203-0/+38
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add compat/fopen.c which returns NULL on attempt to open directoryBrandon Casey2008-02-113-0/+38
* | | | | | | | | | Merge branch 'jc/setup'Junio C Hamano2008-02-207-49/+348
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | builtin-mv: minimum fix to avoid losing filesJunio C Hamano2008-02-052-1/+43
| * | | | | | | | | | git-add: adjust to the get_pathspec() changes.Junio C Hamano2008-02-052-0/+59
| * | | | | | | | | | Make blame accept absolute pathsRobin Rosenberg2008-02-051-3/+1
| * | | | | | | | | | setup: sanitize absolute and funny paths in get_pathspec()Junio C Hamano2008-02-054-45/+245