summaryrefslogtreecommitdiffstats
path: root/compat/basename.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-24push: further simplify the logic to assign rejection reasonJunio C Hamano1-16/+11
2013-01-24push: further clean up fields of "struct ref"Junio C Hamano3-14/+8
2013-01-16push: fix "refs/tags/ hierarchy cannot be updated without --force"Junio C Hamano3-58/+7
2012-12-03push: allow already-exists advice to be disabledChris Rorvick4-2/+11
2012-12-03push: rename config variable for more general useChris Rorvick4-7/+10
2012-12-03push: cleanup push rules commentChris Rorvick1-15/+17
2012-12-02push: clarify rejection of update to non-commit-ishChris Rorvick1-0/+5
2012-12-02push: require force for annotated tagsChris Rorvick3-7/+35
2012-12-02push: require force for refs under refs/tags/Chris Rorvick9-13/+62
2012-12-02push: flag updates that require forceChris Rorvick3-5/+12
2012-12-02push: keep track of "update" state separatelyChris Rorvick2-7/+12
2012-12-02push: add advice for rejected tag referenceChris Rorvick5-0/+25
2012-12-02push: return reject reasons as a bitsetChris Rorvick4-24/+19
2012-10-29Add -S, --gpg-sign option to manpage of "git commit"Tom Jones1-1/+5
2012-10-29fetch-pack: move core code to libgit.aNguyễn Thái Ngọc Duy3-948/+952
2012-10-29submodule status: remove unused orig_* variablesJens Lehmann1-3/+1
2012-10-29t7407: Fix recursive submodule testPhil Hord1-2/+2
2012-10-29fetch-pack: remove global (static) configuration variable "args"Nguyễn Thái Ngọc Duy1-77/+83
2012-10-29send-pack: move core code to libgit.aNguyễn Thái Ngọc Duy4-333/+350
2012-10-29Move setup_diff_pager to libgit.aNguyễn Thái Ngọc Duy7-53/+52
2012-10-29Move print_commit_list to libgit.aNguyễn Thái Ngọc Duy4-14/+14
2012-10-29Move estimate_bisect_steps to libgit.aNguyễn Thái Ngọc Duy2-39/+38
2012-10-29Move try_merge_command and checkout_fast_forward to libgit.aNguyễn Thái Ngọc Duy6-112/+125
2012-10-29parse_dirstat_params(): use string_list to split comma-separated stringMichael Haggerty1-19/+21
2012-10-29Documentation: improve the example of overriding LESS via core.pagerPatrick Palka1-4/+4
2012-10-29doc: git-reset: make "<mode>" optionalKrzysztof Mazur1-4/+4
2012-10-28Fix t9200 on case insensitive file systemsTorsten Bögershausen1-1/+1
2012-10-28mailmap: avoid out-of-bounds memory accessRomain Francoise1-1/+1
2012-10-26submodule add: fix handling of --reference=<repo> optionStefan Zager1-1/+0
2012-10-26Document git-svn fetch --log-window-size parameterGunnlaugur Þór Briem1-0/+7
2012-10-26Use character class for sed expression instead of \sBen Walton1-1/+1
2012-10-25configure: fix some output messageStefano Lattarini1-2/+2
2012-10-25Doc repository-layout: Show refs/replacePhilip Oakley1-0/+6
2012-10-25Documentation: remote tracking branch -> remote-tracking branchMatthieu Moy4-6/+6
2012-10-25git-send-email: add rfc2047 quoting for "=?"Krzysztof Mazur1-1/+1
2012-10-25git-send-email: introduce quote_subject()Krzysztof Mazur1-6/+19
2012-10-25git-send-email: skip RFC2047 quoting for ASCII subjectsKrzysztof Mazur2-1/+19
2012-10-25git-send-email: use compose-encoding for SubjectKrzysztof Mazur2-4/+18
2012-10-25git-pull: Avoid merge-base on detached headPhil Hord1-0/+1
2012-10-21Git 1.8.0v1.8.0Junio C Hamano3-10/+19
2012-10-19Fix potential hang in https handshakeStefan Zager1-0/+12
2012-10-19tree-walk: use enum interesting instead of integerNguyễn Thái Ngọc Duy1-4/+4
2012-10-19filter-branch: use git-sh-setup's ident parsing functionsJeff King2-35/+16
2012-10-19git-sh-setup: refactor ident-parsing functionsJeff King1-19/+43
2012-10-19status: add --long output format optionJeff King3-6/+30
2012-10-18branch: show targets of deleted symrefs, not sha1sRené Scharfe2-11/+13
2012-10-18branch: skip commit checks when deleting symref branchesRené Scharfe2-2/+17
2012-10-18branch: delete symref branch, not its targetRené Scharfe2-1/+12
2012-10-18branch: factor out delete_branch_config()René Scharfe1-5/+10
2012-10-18branch: factor out check_branch_commit()René Scharfe1-12/+21