aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* prune-packed: use strbuf to avoid having to worry about PATH_MAXJunio C Hamano2013-12-17
* Update draft release notes to 1.9Junio C Hamano2013-12-12
* Merge branch 'jn/scripts-updates'Junio C Hamano2013-12-12
|\
| * remove #!interpreter line from shell librariesJonathan Nieder2013-11-26
| * test: replace shebangs with descriptions in shell librariesJonathan Nieder2013-11-26
| * test: make FILEMODE a lazy prereqJonathan Nieder2013-11-26
| * contrib: remove git-p4importJonathan Nieder2013-11-26
| * mark contributed hooks executableJonathan Nieder2013-11-25
| * mark perl test scripts executableJonathan Nieder2013-11-25
| * mark Windows build scripts executableJonathan Nieder2013-11-25
* | Merge branch 'cn/thin-push-capability'Junio C Hamano2013-12-12
|\ \
| * | send-pack: don't send a thin pack to a server which doesn't support itCarlos Martín Nieto2013-11-25
* | | Merge branch 'jk/remove-deprecated'Junio C Hamano2013-12-12
|\ \ \
| * \ \ Sync with 1.8.5Junio C Hamano2013-12-05
| |\ \ \
| * | | | stop installing git-tar-tree linkJonathan Nieder2013-12-03
| * | | | peek-remote: remove deprecated alias of ls-remoteJohn Keeping2013-11-12
| * | | | lost-found: remove deprecated commandJohn Keeping2013-11-12
| * | | | tar-tree: remove deprecated commandJohn Keeping2013-11-12
| * | | | repo-config: remove deprecated alias for "git config"John Keeping2013-11-12
* | | | | Merge branch 'tr/commit-slab-cleanup'Junio C Hamano2013-12-12
|\ \ \ \ \
| * | | | | commit-slab: sizeof() the right type in xreallocThomas Rast2013-12-02
| * | | | | commit-slab: declare functions "static inline"Thomas Rast2013-11-27
| * | | | | commit-slab: document clear_$slabname()Thomas Rast2013-11-27
| | |_|_|/ | |/| | |
* | | | | Merge branch 'rs/doc-submitting-patches'Junio C Hamano2013-12-12
|\ \ \ \ \
| * | | | | SubmittingPatches: document how to handle multiple patchesRené Scharfe2013-11-27
* | | | | | Merge branch 'tr/doc-git-cherry'Junio C Hamano2013-12-12
|\ \ \ \ \ \
| * | | | | | Documentation: revamp git-cherry(1)Thomas Rast2013-11-27
* | | | | | | Merge branch 'cl/p4-use-diff-tree'Junio C Hamano2013-12-12
|\ \ \ \ \ \ \
| * | | | | | | git p4: Use git diff-tree instead of format-patchCrestez Dan Leonard2013-11-22
* | | | | | | | Merge branch 'tr/config-multivalue-lift-max'Junio C Hamano2013-12-12
|\ \ \ \ \ \ \ \
| * | | | | | | | config: arbitrary number of matches for --unset and --replace-allThomas Rast2013-12-06
* | | | | | | | | Merge branch 'mh/fetch-tags-in-addition-to-normal-refs'Junio C Hamano2013-12-12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fetch: improve the error messages emitted for conflicting refspecsMichael Haggerty2013-10-30
| * | | | | | | | | handle_duplicate(): mark error message for translationMichael Haggerty2013-10-30
| * | | | | | | | | ref_remote_duplicates(): extract a function handle_duplicate()Michael Haggerty2013-10-30
| * | | | | | | | | ref_remove_duplicates(): simplify loop logicMichael Haggerty2013-10-30
| * | | | | | | | | t5536: new test of refspec conflicts when fetchingMichael Haggerty2013-10-30
| * | | | | | | | | ref_remove_duplicates(): avoid redundant bisectionMichael Haggerty2013-10-30
| * | | | | | | | | git-fetch.txt: improve description of tag auto-followingMichael Haggerty2013-10-30
| * | | | | | | | | fetch-options.txt: simplify ifdef/ifndef/endif usageMichael Haggerty2013-10-30
| * | | | | | | | | fetch, remote: properly convey --no-prune options to subprocessesMichael Haggerty2013-10-30
| * | | | | | | | | builtin/remote.c:update(): use struct argv_arrayMichael Haggerty2013-10-30
| * | | | | | | | | builtin/remote.c: reorder function definitionsMichael Haggerty2013-10-30
| * | | | | | | | | query_refspecs(): move some constants out of the loopMichael Haggerty2013-10-30
| * | | | | | | | | fetch --prune: prune only based on explicit refspecsMichael Haggerty2013-10-30
| * | | | | | | | | fetch --tags: fetch tags *in addition to* other stuffMichael Haggerty2013-10-30
| * | | | | | | | | fetch: only opportunistically update references based on command lineMichael Haggerty2013-10-30
| * | | | | | | | | get_expanded_map(): avoid memory leakMichael Haggerty2013-10-30
| * | | | | | | | | get_expanded_map(): add docstringMichael Haggerty2013-10-30
| * | | | | | | | | builtin/fetch.c: reorder function definitionsMichael Haggerty2013-10-30