summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-11-20Fix "do not DWIM" patch to enter_repo"Libravatar Junio C Hamano1-1/+1
2005-11-20git-reset.txt: Small fix + clarifications.Libravatar Andreas Ericsson1-4/+15
2005-11-20Add Python version checks to the Makefile to automatically set WITH_OWN_SUBPR...Libravatar Ryan Anderson1-10/+15
2005-11-20Fix sparse warningsLibravatar Timo Hirvonen4-32/+31
2005-11-20Merge http://www.kernel.org/pub/scm/gitk/gitkLibravatar Junio C Hamano1-83/+50
2005-11-20git-config-set: support selecting values by non-matching regexLibravatar Johannes Schindelin4-8/+70
2005-11-20merge-recursive: Replace 'except:'Libravatar Fredrik Kuivinen1-2/+2
2005-11-20merge-one-file: use rmdir -pLibravatar Junio C Hamano1-5/+1
2005-11-20gitk: Fix some bugs introduced by speedup changesLibravatar Paul Mackerras1-11/+12
2005-11-19Documentation: add hooks/update example.Libravatar Junio C Hamano1-0/+105
2005-11-19git-config-set: add more optionsLibravatar Johannes Schindelin5-61/+258
2005-11-19Documentation update for user-relative paths.Libravatar Andreas Ericsson1-5/+24
2005-11-19Client side support for user-relative paths.Libravatar Andreas Ericsson1-22/+33
2005-11-19Server-side support for user-relative paths.Libravatar Andreas Ericsson2-25/+7
2005-11-19Do not DWIM in userpath library under strict mode.Libravatar Junio C Hamano2-57/+60
2005-11-19Library code for user-relative paths, take three.Libravatar Andreas Ericsson2-0/+73
2005-11-19Add test case for git-config-setLibravatar Johannes Schindelin1-0/+180
2005-11-19Add documentation for git-config-setLibravatar Johannes Schindelin2-0/+111
2005-11-19Add git-config-set, a simple helper for scripts to set config variablesLibravatar Johannes Schindelin3-1/+29
2005-11-19Add functions git_config_set() and git_config_set_multivar()Libravatar Johannes Schindelin2-1/+295
2005-11-19Decide whether to build http-push in the MakefileLibravatar Nick Hengeveld2-12/+6
2005-11-19http.c: reorder to avoid compilation failure.Libravatar Junio C Hamano1-36/+35
2005-11-19http-push memory/fd cleanupLibravatar Nick Hengeveld1-3/+14
2005-11-19Improve XML parsing in http-pushLibravatar Nick Hengeveld1-156/+163
2005-11-19Improve pack list response handlingLibravatar Nick Hengeveld1-2/+10
2005-11-19Make http-fetch request types more clearLibravatar Nick Hengeveld1-136/+139
2005-11-19Isolate shared HTTP request functionalityLibravatar Nick Hengeveld5-976/+635
2005-11-19merge-recursive::removeFile: remove empty directoriesLibravatar Junio C Hamano1-0/+4
2005-11-19merge-one-file: remove empty directoriesLibravatar Junio C Hamano1-1/+6
2005-11-19Documentation: rebase-from-internal minor updates.Libravatar Junio C Hamano1-5/+2
2005-11-19git-repack: do not do complex redundancy check.Libravatar Junio C Hamano1-21/+14
2005-11-19git-count-objects: dc replacementLibravatar Junio C Hamano1-1/+19
2005-11-19gitk: moving all three panes if clicking on an arrow.Libravatar Stefan-W. Hahn1-1/+3
2005-11-19gitk: use git-diff-tree --no-commit-idLibravatar Pavel Roskin1-4/+2
2005-11-18gitk: Specify line hover fontLibravatar Frank Sorenson1-1/+1
2005-11-18readrefs: grab all refs with one call to ls-remote.Libravatar Junio C Hamano1-66/+32
2005-11-18Merge http://www.kernel.org/pub/scm/gitk/gitkLibravatar Junio C Hamano1-68/+102
2005-11-18Merge branches 'jc/branch' and 'jc/rebase'Libravatar Junio C Hamano2-63/+34
2005-11-18Rewrite rebase to use git-format-patch piped to git-am.Libravatar Junio C Hamano1-56/+16
2005-11-18git-branch: -f to forcibly reset branch head.Libravatar Junio C Hamano1-7/+18
2005-11-18Do not show .exe in git command list.Libravatar Junio C Hamano1-1/+4
2005-11-18Document the "ignore objects" feature of git-pack-redundantLibravatar Lukas Sandström1-0/+8
2005-11-18Improve the readability of git-pack-redundantLibravatar Lukas Sandström1-13/+24
2005-11-18Remove all old packfiles when doing "git repack -a -d"Libravatar Lukas Sandström1-3/+16
2005-11-18Update pull/fetch --tags documentationLibravatar Luck, Tony1-1/+3
2005-11-18Fix a bug in get_all_permutations.Libravatar Lukas Sandström1-0/+1
2005-11-18Cygwin *might* be helped with NO_MMAPLibravatar Junio C Hamano1-0/+4
2005-11-18Teach "approxidate" about weekday syntaxLibravatar Linus Torvalds1-5/+49
2005-11-18Make "git fetch" less verbose by defaultLibravatar Linus Torvalds1-5/+9
2005-11-18Fix bug introduced by the latest changes to git-pack-redundantLibravatar Lukas Sandström1-1/+1