aboutsummaryrefslogtreecommitdiffstats
path: root/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'parse.c')
0 files changed, 0 insertions, 0 deletions
'>allow git-update-ref create refs with slashes in namesAlex Riesen3-4/+14 Make git-update-ref create references with slashes in them. git-branch and git-checkout already support such reference names. git-branch can use git-update-ref to create the references in a more formal manner now. Signed-off-by: Junio C Hamano <junkio@cox.net> 2005-11-14Documentation nitpickingNikolai Weibull2-2/+2 This patch fixes some small problems with the documentation. Signed-off-by: Nikolai Weibull <nikolai@bitwi.se> Signed-off-by: Junio C Hamano <junkio@cox.net> 2005-11-14Document a couple of missing command-line options.Nikolai Weibull3-5/+15 This patch adds documentation to quite a few command-line options. Signed-off-by: Nikolai Weibull <nikolai@bitwi.se> Signed-off-by: Junio C Hamano <junkio@cox.net> 2005-11-14Document the -n command-line option to git-unpack-objectsNikolai Weibull2-2/+6 This patch documents the -n command-line option to git-unpack-objects, as it was previously undocumented. Signed-off-by: Nikolai Weibull <nikolai@bitwi.se> Signed-off-by: Junio C Hamano <junkio@cox.net> 2005-11-14apply: fix binary patch detection.Junio C Hamano1-3/+4 The comparison to find "Binary files " string was looking at a wrong place when offset != 0. Also, we may have the full 40-byte textual sha1 on the index line; two off-by-one errors prevented it. Signed-off-by: Junio C Hamano <junkio@cox.net> 2005-11-14Fix git-rev-list "date order" with --topo-orderLinus Torvalds1-2/+3 This fixes git-rev-list so that when there are multiple branches, we still sort the heads in proper approximate date order even when sorting the output topologically. This makes things like gitk --all -d work sanely and show the branches in date order (where "date order" is obviously modified by the paren-child dependency requirements of the topological sort). The trivial fix is to just build the "work" list in date order rather than inserting the new work entries at the beginning. Signed-off-by: Linus Torvalds <torvalds@osdl.org> Signed-off-by: Junio C Hamano <junkio@cox.net> 2005-11-14git-branch: Mention -d and -D in man-page.Andreas Ericsson1-4/+11 Signed-off-by: Andreas Ericsson <ae@op5.se> Signed-off-by: Junio C Hamano <junkio@cox.net> 2005-11-14Depend on asciidoc 7 (at least).Matthias Urlichs1-1/+1 2005-11-14Remove git-rename. git-mv does the sameJosef Weidendorfer5-107/+1 Signed-off-by: Josef Weidendorfer <Josef.Weidendorfer@gmx.de> Signed-off-by: Junio C Hamano <junkio@cox.net> 2005-11-14Bugfix: stop if directory already existsJosef Weidendorfer1-2/+2 Fix a typo: We do not want to run the directory as command, and want to terminate if the directory exists Additionally, update the usage message Signed-off-by: Josef Weidendorfer <Josef.Weidendorfer@gmx.de> Signed-off-by: Junio C Hamano <junkio@cox.net> 2005-11-14Separate LDFLAGS and CFLAGS.Junio C Hamano1-9/+20 Stuffing -L flag and friends meant for the linking phase into ALL_CFLAGS is not right; honor LDFLAGS and introduce ALL_LDFLAGS to separate them out. Signed-off-by: Junio C Hamano <junkio@cox.net> 2005-11-14Remove trailing slashesMatthias Urlichs1-1/+6 SVN dies a messy death when passed a path with trailing slashes. 2005-11-13Rename lost+found to lost-found.Junio C Hamano5-7/+7 Because we use "lost-found" as the directory name to hold dangling object names, it is confusing to call the command git-lost+found, although it makes sense and is even cute ;-). Signed-off-by: Junio C Hamano <junkio@cox.net> 2005-11-13Fix compilation warnings in pack-redundant.cKai Ruemmler1-7/+8 This fixes compilation warnings where "%ld" was used to print values of type size_t. Signed-off-by: Kai Ruemmler <kai.ruemmler@gmx.net> Signed-off-by: Junio C Hamano <junkio@cox.net> 2005-11-13Debian: build-depend on libexpat-dev.Junio C Hamano2-1/+7 Signed-off-by: Junio C Hamano <junkio@cox.net> 2005-11-13Split gitk into seperate RPM packageThomas Matysik1-3/+17 I don't want to have to install x11-libs and all it's dependencies on my headless machines, so this patch splits gitk out of the RPM. The .deb already appears to have gitk split out. Signed-off-by: Thomas Matysik <thomas@matysik.co.nz> Signed-off-by: Junio C Hamano <junkio@cox.net> 2005-11-13Add expat and expat-devel dependencies (for http-push) to RPM spec.Thomas Matysik1-2/+2 Signed-off-by: Thomas Matysik <thomas@matysik.co.nz> Signed-off-by: Junio C Hamano <junkio@cox.net> 2005-11-12Fix fd leak in http-fetchNick Hengeveld1-0/+2 Added a call to finish_request to clean up resources if the server returned a 404 and there are no alternates left to try. Signed-off-by: Nick Hengeveld <nickh@reactrix.com> Signed-off-by: Junio C Hamano <junkio@cox.net> 2005-11-12Fix for multiple alternates requests in http-fetchNick Hengeveld1-61/+117 Stop additional alternates requests from starting if one is already in progress. This adds an optional callback which is processed after a slot has finished running. Signed-off-by: Nick Hengeveld <nickh@reactrix.com> Signed-off-by: Junio C Hamano <junkio@cox.net> 2005-11-12debian packaging: git-cvs needs cvspsMatthias Urlichs1-1/+1 2005-11-11Ignore built git-lost+found.Junio C Hamano1-0/+1 Signed-off-by: Junio C Hamano <junkio@cox.net> 2005-11-11Documentation: asciidoc sources are utf-8Junio C Hamano2-3/+3 git-pack-redundant documentation was encoded in latin1, which caused asciidoc to barf, which expected to see utf-8. Run tcs to re-encode it in utf-8. Also just for fun try my name in Japanese in git-lost+found documentation ;-) Signed-off-by: Junio C Hamano <junkio@cox.net> 2005-11-11Rename .git/lost+found to .git/lost-found.Junio C Hamano2-5/+5 Just to avoid confusion that scripts poorly written by somebody else ;-) might mistake this as a mount point, or backup tools ignoring the directory. The latter is probably not a big loss, however, considering that this directory's contents are to be used while fresh anyway. Signed-off-by: Junio C Hamano <junkio@cox.net> 2005-11-11git-lost+foundJunio C Hamano4-1/+106 This command helps you resurrect accidentally lost tags and commits. Signed-off-by: Junio C Hamano <junkio@cox.net> 2005-11-11git-prune: prune redundant packsJunio C Hamano1-0/+11 Signed-off-by: Junio C Hamano <junkio@cox.net> 2005-11-11Make git-pack-redundant consider alt-odbsLukas_Sandström3-62/+106 This patch changes git-pack-redundant so that packfiles in alternate object directories also are considered when deciding which objects are redundant. This functionality is controlled by the flag '--alt-odb'. Also convert the other flags to the long form, and update docs and git-repack accordingly. Signed-off-by: Lukas Sandström <lukass@etek.chalmers.se> Signed-off-by: Junio C Hamano <junkio@cox.net> 2005-11-11Rename git-pack-intersect to git-pack-redundantLukas_Sandström5-11/+13 This patch renames git-pack-intersect to git-pack-redundant as suggested by Petr Baudis. The new name reflects what the program does, rather than how it does it. Also fix a small argument parsing bug. Signed-off-by: Lukas Sandström <lukass@etek.chalmers.se> Signed-off-by: Junio C Hamano <junkio@cox.net> 2005-11-11Make git-repack use git-pack-intersect.Lukas_Sandström1-18/+12 Signed-off-by: Lukas Sandström <lukass@etek.chalmers.se> Signed-off-by: Junio C Hamano <junkio@cox.net> 2005-11-11Add git-pack-intersect to .gitignoreLukas_Sandström1-0/+1 Signed-off-by: Lukas Sandström <lukass@etek.chalmers.se> Signed-off-by: Junio C Hamano <junkio@cox.net>