summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Don't bother passing ref log details to walker in builtin-fetchShawn O. Pearce2007-09-191-1/+1
| * | | Properly cleanup in http_cleanup so builtin-fetch does not segfaultShawn O. Pearce2007-09-191-2/+5
| * | | Backup the array passed to fetch_pack so we can free itemsShawn O. Pearce2007-09-191-2/+5
| * | | Fix builtin-fetch memory corruption by not overstepping arrayShawn O. Pearce2007-09-191-1/+0
| * | | Always ensure the pack.keep file is removed by git-fetchShawn O. Pearce2007-09-191-1/+16
| * | | Remove pack.keep after ref updates in git-fetchShawn O. Pearce2007-09-195-13/+44
| * | | Refactor index-pack "keep $sha1" handling for reuseShawn O. Pearce2007-09-193-22/+29
| * | | Simplify fetch transport API to just one functionShawn O. Pearce2007-09-193-39/+27
| * | | Replace custom memory growth allocator with ALLOC_GROWShawn O. Pearce2007-09-191-8/+3
| * | | Remove unused unpacklimit variable from builtin-fetchShawn O. Pearce2007-09-191-20/+0
| * | | Remove unnecessary debugging from builtin-fetchShawn O. Pearce2007-09-192-11/+0
| * | | Fix off by one bug in reflog messages written by builtin-fetchShawn O. Pearce2007-09-191-1/+1
| * | | Correct builtin-fetch to handle + in refspecsShawn O. Pearce2007-09-191-1/+1
| * | | Make fetch a builtinDaniel Barkalow2007-09-1917-15/+571
| * | | Add bundle transportJohannes Schindelin2007-09-191-1/+51
| * | | Move bundle specific stuff into bundle.[ch]Johannes Schindelin2007-09-194-360/+375
| * | | Add fetch methods to transport library.Daniel Barkalow2007-09-192-3/+302
| * | | Add matching and parsing for fetch-side refspec rulesDaniel Barkalow2007-09-192-1/+148
| * | | Push code for transport libraryDaniel Barkalow2007-09-194-62/+280
| * | | Make fetch-pack a builtin with an internal APIDaniel Barkalow2007-09-195-22/+86
| * | | Report information on branches from remote.hDaniel Barkalow2007-09-192-11/+164
| * | | Add uploadpack configuration info to remote.Daniel Barkalow2007-09-192-0/+6
| * | | Modularize commit-walkerDaniel Barkalow2007-09-199-230/+271
| * | | Remove obsolete commit-walkersDaniel Barkalow2007-09-198-677/+4
| * | | Make function to refill http queue a callbackDaniel Barkalow2007-09-194-7/+36
| * | | Refactor http.h USE_CURL_MULTI fill_active_slots().Daniel Barkalow2007-09-194-39/+40
* | | | git-send-email: add a new sendemail.to configuration variableMiklos Vajna2007-10-242-0/+4
* | | | k.org git toppage: Add link to 1.5.3 release notes.Junio C Hamano2007-10-231-1/+2
* | | | git-cherry-pick: improve description of -x.Ralf Wildenhues2007-10-221-5/+6
* | | | Correct some sizeof(size_t) != sizeof(unsigned long) typing errorsRené Scharfe2007-10-224-5/+13
* | | | Use PRIuMAX instead of 'unsigned long long' in show-indexShawn O. Pearce2007-10-211-1/+1
* | | | Merge branch 'maint'Shawn O. Pearce2007-10-2113-32/+187
|\ \ \ \ | | |_|/ | |/| |
| * | | Describe more 1.5.3.5 fixes in release notesShawn O. Pearce2007-10-211-0/+15
| * | | Fix diffcore-break total breakageLinus Torvalds2007-10-212-4/+8
| * | | Fix directory scanner to correctly ignore files without d_typeLinus Torvalds2007-10-211-14/+38
| * | | Merge branch 'maint' of git://repo.or.cz/git-gui into maintShawn O. Pearce2007-10-204-11/+73
| |\ \ \
| | * | | git-gui: Don't display CR within console windowsgitgui-0.8.4Shawn O. Pearce2007-10-201-1/+1
| | * | | git-gui: Handle progress bars from newer gitsShawn O. Pearce2007-10-201-1/+4
| | * | | git-gui: Correctly report failures from git-write-treeShawn O. Pearce2007-10-201-1/+1
| | * | | git-gui: accept versions containing text annotations, like 1.5.3.mingw.1Steffen Prohaska2007-10-071-0/+1
| | * | | git-gui: Don't crash when starting gitk from a browser sessionShawn O. Pearce2007-10-031-2/+8
| | * | | git-gui: Allow gitk to be started on Cygwin with native Tcl/TkShawn O. Pearce2007-10-031-0/+20
| | * | | git-gui: Ensure .git/info/exclude is honored in Cygwin workdirsShawn O. Pearce2007-09-211-3/+31
| | * | | git-gui: Handle starting on mapped shares under CygwinShawn O. Pearce2007-09-211-1/+1
| | * | | git-gui: Display message box when we cannot find git in $PATHShawn O. Pearce2007-09-211-1/+5
| | * | | git-gui: Avoid using bold text in entire gui for some fontsSimon Sasburg2007-09-201-1/+1
| * | | | Improve receive-pack error message about funny ref creationJoakim Tjernlund2007-10-201-1/+1
| * | | | fast-import: Fix argument order to die in file_change_mJulian Phillips2007-10-201-1/+1
| * | | | gitk.txt: Fix markup.Ralf Wildenhues2007-10-191-1/+1
| * | | | send-pack: respect '+' on wildcard refspecsJeff King2007-10-192-0/+50