summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Show which branch you are on in git-status output.Junio C Hamano2005-08-151-1/+9
* | Add git-show-branches-scriptJunio C Hamano2005-08-154-0/+125
* | [PATCH] Add some simple howtos, culled from the mailing list.Ryan Anderson2005-08-153-0/+288
* | [PATCH] Fixed/Extended example for update hookJosef Weidendorfer2005-08-151-3/+9
* | Add cheap local clone '-s' flag to git-clone-scriptJunio C Hamano2005-08-151-15/+26
* | Alternate object pool mechanism updates.Junio C Hamano2005-08-153-71/+88
* | Documentation updates.Junio C Hamano2005-08-1413-17/+231
* | [PATCH] plug memory leak in diff.c::diff_free_filepair()Yasushi SHOJI2005-08-133-8/+7
* | [PATCH] fix null TZ problems on os/xBrad Roberts2005-08-132-3/+3
* | [PATCH] fix git-checkout-cache segfault on pariscJames Bottomley2005-08-131-1/+2
* | [PATCH] Make get_sha1_basic() more carefulLinus Torvalds2005-08-131-1/+1
* | [PATCH] Make sure git-resolve-script always works on commitsLinus Torvalds2005-08-132-9/+5
* | Add SubmittingPatchesJunio C Hamano2005-08-131-0/+130
* | Add --signoff and --verify option to git commit.Junio C Hamano2005-08-131-4/+72
* | Debianization updatesMatthias Urlichs2005-08-122-27/+30
* | Fix debianization: mark git-tk architecture neutral.Junio C Hamano2005-08-122-1/+7
* | Adjust binary packaging to dest=>DESTDIR change.Junio C Hamano2005-08-122-2/+2
* | Make tools/ directory first-class citizen.Junio C Hamano2005-08-123-4/+3
* | [PATCH] Unify Makefile indentationPetr Baudis2005-08-121-14/+14
* | [PATCH] Use $DESTDIR instead of $destPetr Baudis2005-08-124-11/+12
* | Make CFLAGS overridable from make command line.Pavel Roskin2005-08-122-25/+28
* | Clean generated files a bit more, to cope with Debian build droppings.Junio C Hamano2005-08-121-2/+5
* | [PATCH] Add "--sign" option to git-format-patch-scriptJohannes Schindelin2005-08-121-1/+11
* | fetch-pack: start multi-head pulling.Junio C Hamano2005-08-123-27/+51
* | Update unpack-objects usage and documentation.Junio C Hamano2005-08-122-2/+8
* | [PATCH] Also parse objects we already haveDaniel Barkalow2005-08-111-0/+1
* | [PATCH] Fix parallel pull dependancy tracking.Daniel Barkalow2005-08-111-25/+32
* | Clean generated deb files.Junio C Hamano2005-08-111-1/+2
* | [PATCH] Trapping exit in tests, using return for errors: further fixes.Pavel Roskin2005-08-111-3/+5
* | [PATCH] Trapping exit in tests, using return for errorsPavel Roskin2005-08-117-28/+39
* | [PATCH] Need to set PAGER in testsPavel Roskin2005-08-111-1/+2
* | [PATCH] Missing test_donePavel Roskin2005-08-114-0/+7
* | String comparison of test is done with '=', not '=='.Junio C Hamano2005-08-111-4/+4
* | Debian packaging fixes.Matthias Urlichs2005-08-118-8/+44
* | merge-base.c: pathological case fix.Junio C Hamano2005-08-111-6/+68
* | [PATCH] Speed up git-merge-base a lotLinus Torvalds2005-08-111-7/+22
* | Merge with gitk.Junio C Hamano2005-08-111-22/+25
|\ \ | |/
| * Refine the update heuristic to improve responsiveness a bit.Paul Mackerras2005-08-111-22/+25
* | GIT 0.99.4.v0.99.4Junio C Hamano2005-08-101-0/+6
* | Merge with master.Junio C Hamano2005-08-101-10/+21
|\ \
| * \ Merge with gitk.Junio C Hamano2005-08-101-10/+21
| |\ \ | | |/
| | * Only do an update every 100 commits when drawing the graph.Paul Mackerras2005-08-101-10/+21
* | | Merge with master.Junio C Hamano2005-08-102-3/+39
|\ \ \ | |/ /
| * | [PATCH] Fix git-rev-parse's parent handlingJohannes Schindelin2005-08-102-3/+39
* | | Merge with master.Junio C Hamano2005-08-1030-120/+516
|\ \ \ | |/ /
| * | Skip merges in format-patch.Junio C Hamano2005-08-101-1/+2
| * | Add -v option to git-cherry.Junio C Hamano2005-08-101-1/+7
| * | Teach git push .git/branches shorthandJunio C Hamano2005-08-091-1/+62
| * | ls-remote: drop storing operation and add documentation.Junio C Hamano2005-08-092-27/+87
| * | Teach format-patch, rebase and cherry a..b formatJunio C Hamano2005-08-093-22/+47