2078 Commits (64379806a9adaeaaa7971b7f8411105987ea6d42)

Author SHA1 Message Date
John Keeping 187c00c6c5 merge-tree: fix typo in merge-tree.c::unresolved 12 years ago
Jeff King f7892d1817 use parse_object_or_die instead of die("bad object") 12 years ago
Nguyễn Thái Ngọc Duy 5c3459fc61 index-pack: fix buffer overflow caused by translations 12 years ago
Antoine Pelisse b04d930bbc update-index: allow "-h" to also display options 12 years ago
Matthieu Moy d32805dce7 Replace filepattern with pathspec for consistency 12 years ago
John Keeping afcb6ac83d builtin/apply: tighten (dis)similarity index parsing 12 years ago
Junio C Hamano e28efb1998 apply: diagnose incomplete submodule object name better 12 years ago
Junio C Hamano e2afb0be90 apply: simplify build_fake_ancestor() 12 years ago
Nguyễn Thái Ngọc Duy 75135b23f6 branch: no detached HEAD check when editing another branch's description 12 years ago
Junio C Hamano 1542d4cdad help: include <common-cmds.h> only in one file 12 years ago
Zoltan Klinger f538a91e3c git-clean: Display more accurate delete messages 12 years ago
Nguyễn Thái Ngọc Duy 95b63f1ebb clone: forbid --bare --separate-git-dir <dir> 12 years ago
Jens Lehmann 9be1980bb9 clone: support atomic operation with --separate-git-dir 12 years ago
Antoine Pelisse 3e4141d08c merge: Honor prepare-commit-msg return code 12 years ago
Junio C Hamano 9bcbb1c218 merge --no-edit: do not credit people involved in the side branch 12 years ago
Junio C Hamano 35ffe75831 merge-tree: fix d/f conflicts 12 years ago
Junio C Hamano 8dd15c6a90 merge-tree: add comments to clarify what these functions are doing 12 years ago
Junio C Hamano 3b8ff51b70 merge-tree: lose unused "resolve_directories" 12 years ago
Junio C Hamano b13112fa16 merge-tree: lose unused "flags" from merge_list 12 years ago
Matthew Daley bdd478d620 Fix sizeof usage in get_permutations 12 years ago
Steffen Prohaska 5b59708268 shortlog: fix wrapping lines of wraplen 12 years ago
Junio C Hamano fa2364ec34 Which merge_file() function do you mean? 12 years ago
Antoine Pelisse d1eded46fa Fix typo in remote set-head usage 12 years ago
Jens Lehmann 53e4c5dcab Teach rm to remove submodules when given with a trailing '/' 13 years ago
Carlos Martín Nieto 962c38eedd config: don't segfault when given --path with a missing value 13 years ago
Jeff King d6991ceedc ident: keep separate "explicit" flags for author and committer 13 years ago
Jeff King afa8c07a26 checkout: print a message when switching unborn branches 13 years ago
Michael J Gruber 9dfc36841b replace: parse revision argument for -d 13 years ago
Junio C Hamano 0e18bcd5e9 reencode_string(): introduce and use same_encoding() 13 years ago
Karsten Blees 7349afd20e update-index/diff-index: use core.preloadindex to improve performance 13 years ago
Nguyễn Thái Ngọc Duy 745f7a8cac fetch-pack: move core code to libgit.a 13 years ago
Nguyễn Thái Ngọc Duy f8eb3036d0 fetch-pack: remove global (static) configuration variable "args" 13 years ago
Nguyễn Thái Ngọc Duy f5d942e1ed send-pack: move core code to libgit.a 13 years ago
Nguyễn Thái Ngọc Duy 4914c9629c Move setup_diff_pager to libgit.a 13 years ago
Nguyễn Thái Ngọc Duy efc7df454e Move print_commit_list to libgit.a 13 years ago
Nguyễn Thái Ngọc Duy c43cb38612 Move estimate_bisect_steps to libgit.a 13 years ago
Nguyễn Thái Ngọc Duy db699a8a1f Move try_merge_command and checkout_fast_forward to libgit.a 13 years ago
Ramsay Jones 5ba1a8a735 builtin/config.c: Fix a sparse warning 13 years ago
Jeff King e895589883 git-config: use git_config_with_options 13 years ago
Jeff King 00b347d3aa git-config: do not complain about duplicate entries 13 years ago
Jeff King 7acdd6f0bc git-config: collect values instead of immediately printing 13 years ago
Jeff King 97ed50f93b git-config: fix regexp memory leaks on error conditions 13 years ago
Jeff King 35998c8938 git-config: remove memory leak of key regexp 13 years ago
Johan Herland 9ab55daa55 git symbolic-ref --delete $symref 13 years ago
Jeff King f3f47a1e8d status: add --long output format option 13 years ago
René Scharfe 13baa9fe86 branch: show targets of deleted symrefs, not sha1s 13 years ago
René Scharfe 0fe700e311 branch: skip commit checks when deleting symref branches 13 years ago
René Scharfe 566c7707db branch: delete symref branch, not its target 13 years ago
René Scharfe 22ed792753 branch: factor out delete_branch_config() 13 years ago
René Scharfe f5d0e162c4 branch: factor out check_branch_commit() 13 years ago